Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123581
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123581 a(1) = 3, a(n) = a(n-1) + greatest prime factor of a(n-1). +0
1
3, 6, 9, 12, 15, 20, 25, 30, 35, 42, 49, 56, 63, 70, 77, 88, 99, 110, 121, 132, 143, 156, 169, 182, 195, 208, 221, 238, 255, 272, 289, 306, 323, 342, 361, 380, 399, 418, 437, 460, 483, 506, 529, 552, 575, 598, 621, 644, 667, 696, 725, 754, 783, 812, 841, 870 (list; graph; listen)
OFFSET

1,1

EXAMPLE

a(16) = 88 because a(15) is 77 whose largest prime factor is 11 so 77 + 11 = 88

MATHEMATICA

a[1] = 3; a[n_] := a[n] = a[n - 1] + FactorInteger[a[n - 1]][[ -1, 1]]; Array[a, 56] (* Robert G. Wilson v *)

PROGRAM

(PARI) {print1(a=3, ", "); for(n=2, 57, print1(a=a+vecmax(factor(a)[, 1]), ", "))} - Klaus Brockhaus, Nov 19 2006

CROSSREFS

Essentially the same as A036441 and A076271.

Sequence in context: A083354 A156242 A060293 this_sequence A084515 A084525 A130248

Adjacent sequences: A123578 A123579 A123580 this_sequence A123582 A123583 A123584

KEYWORD

nonn,easy

AUTHOR

Ben Thurston (benthurston27(AT)yahoo.com), Nov 12 2006

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(at)rgwv.com) and Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Nov 18 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 7 08:40 EST 2009. Contains 170430 sequences.


AT&T Labs Research