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!)
A078695 a(n+1) = a(n)+greatest prime divisor of a(n-1). 4
1, 1, 2, 3, 5, 8, 13, 15, 28, 33, 40, 51, 56, 73, 80, 153, 158, 175, 254, 261, 388, 417, 514, 653, 910, 1563, 1576, 2097, 2294, 2527, 2564, 2583, 3224, 3265, 3296, 3949, 4052, 4411, 5424, 5825, 5938, 6171, 9140, 9157, 9614, 18771, 18794, 25051, 34448, 34495 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(12) = 51 = 3*17, a(13) = 56, so a(14) = 56+17 = 73
MATHEMATICA
nxt[{a_, b_}]:={b, b+FactorInteger[a][[-1, 1]]}; Transpose[NestList[nxt, {1, 1}, 50]][[1]] (* Harvey P. Dale, Jan 15 2016 *)
CROSSREFS
Cf. A000045.
Sequence in context: A182444 A138183 A076591 * A121367 A308495 A221672
KEYWORD
easy,nonn
AUTHOR
Miklos Kristof, Dec 18 2002
EXTENSIONS
More terms from Robert G. Wilson v, Dec 19 2002
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.)