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!)
A076560 a(1)=1; a(n>1)= greatest prime divisor of (a(n-1) + n). 3
1, 3, 3, 7, 3, 3, 5, 13, 11, 7, 3, 5, 3, 17, 2, 3, 5, 23, 7, 3, 3, 5, 7, 31, 7, 11, 19, 47, 19, 7, 19, 17, 5, 13, 3, 13, 5, 43, 41, 3, 11, 53, 3, 47, 23, 23, 7, 11, 5, 11, 31, 83, 17, 71, 7, 7, 2, 5, 2, 31, 23, 17, 5, 23, 11, 11, 13, 3, 3, 73, 3, 5, 13, 29, 13, 89, 83, 23, 17, 97, 89, 19 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
nxt[{n_, a_}]:={n+1, FactorInteger[a+n+1][[-1, 1]]}; Transpose[NestList[nxt, {1, 1}, 90]][[2]] (* Harvey P. Dale, Nov 29 2013 *)
PROG
(PARI) gpf(n) = if(n==1, 1, my(v=factor(n)[, 1]); v[#v]);
a_vector(len) = my(t=0); vector(len, n, t=gpf(t+n)); \\ Kevin Ryde, Jun 21 2023
CROSSREFS
Cf. A006530 (gpf), A362138.
Sequence in context: A367034 A366982 A366973 * A359048 A096915 A249806
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Oct 19 2002
EXTENSIONS
Definition clarified by Harvey P. Dale, Nov 29 2013
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)