login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100483 a(1) = 2; a(n+1) = sum{k=1..n} floor(a(n+1-k)/k). 0
2, 2, 3, 4, 5, 8, 11, 17, 25, 39, 59, 93, 146, 229, 361, 569, 898, 1419, 2243, 3546, 5608, 8869, 14029, 22191, 35105, 55531, 87846, 138967, 219844, 347785, 550183, 870372, 1376909, 2178235, 3445913, 5451350, 8623906, 13642815, 21582611, 34143185 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

a[1]:=2: for n from 2 to 45 do a[n]:=sum(floor(a[n-k]/k), k=1..n-1) od:seq(a[n], n=1..45);

CROSSREFS

Sequence in context: A186505 A116676 A176538 * A182613 A184259 A014535

Adjacent sequences:  A100480 A100481 A100482 * A100484 A100485 A100486

KEYWORD

easy,nonn

AUTHOR

Leroy Quet Nov 22 2004

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Dec 09 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 02:30 EST 2012. Contains 205860 sequences.