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!)
A177930 a(n) is the smallest prime divisor of (A177929(n)-1)*(A177929(n)+1). 6
3, 5, 3, 11, 3, 5, 3, 29, 3, 59, 3, 7, 5, 3, 7, 137, 3, 5, 3, 281, 3, 5, 3, 569, 3, 7, 5, 3, 1151, 3, 5, 3, 2309, 3, 31, 4649, 3, 17, 3, 7, 5, 3, 7, 5, 3, 9341, 3, 5, 3, 11, 3, 59, 3, 29, 3, 19, 7, 5, 3, 7, 19, 5, 3, 7, 109, 5, 3, 61, 7, 79, 5, 3, 13, 5, 3, 19139, 3, 101, 3, 7, 13, 11, 3, 71, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Records are in A177932, their positions in A177931.
LINKS
FORMULA
a(n) = A020639( (A177929(n))^2 -1 ).
MATHEMATICA
lpf[n_] := FactorInteger[n][[1, 1]];
b[n_] := b[n] = If[n == 1, 4, b[n-1]+lpf[b[n-1]^2-1]-1];
a[n_] := lpf[b[n]^2-1];
Table[a[n], {n, 1, 85}] (* Jean-François Alcover, May 13 2023 *)
CROSSREFS
Sequence in context: A134061 A336872 A167221 * A242034 A336863 A205708
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, May 15 2010
EXTENSIONS
A 7 replaced by 17 and sequence extended by R. J. Mathar, May 31 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 June 10 19:30 EDT 2024. Contains 373280 sequences. (Running on oeis4.)