The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A177942 Smallest prime divisor of (A177941(n))^2-4. 2
3, 3, 7, 13, 5, 3, 5, 3, 37, 7, 79, 7, 163, 5, 3, 5, 3, 11, 3, 349, 17, 3, 5, 3, 5, 3, 17, 3, 5, 3, 5, 3, 757, 17, 3, 5, 3, 23, 3, 5, 3, 1567, 13, 5, 3, 5, 3, 7, 3163, 5, 3, 5, 3, 17, 3, 5, 3, 5, 3, 23, 3, 5, 3, 37, 7, 17, 3, 7, 23, 3, 13, 7, 5, 3, 5, 3, 7, 11, 3, 5, 3, 5, 3, 6547, 7, 13099, 7, 73 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Records are in A177945, indices of records in A177943.
LINKS
FORMULA
a(n) = A020639((A177941(n))^2-4) .
MATHEMATICA
Differences[NestList[# + FactorInteger[#^2 - 4][[1, 1]] - 1 &, 5, 100]] + 1 (* Amiram Eldar, Dec 14 2018 after Michael De Vlieger at A177941 *)
PROG
(PARI) listap(nn) = {my(va = vector(nn), p); va[1] = 5; for (n=2, nn, p = factor(va[n-1]^2-4)[1, 1]; print1(p, ", "); va[n] = va[n-1] + p - 1; ); } \\ Michel Marcus, Dec 14 2018
CROSSREFS
Sequence in context: A126698 A219211 A088859 * A360873 A116880 A051123
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, May 15 2010
EXTENSIONS
Entries checked by R. J. Mathar, Jun 30 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 14:34 EDT 2024. Contains 372540 sequences. (Running on oeis4.)