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!)
A022861 a(n) = [ a(n-1)/a(1) + a(n-1)/a(2) + ... + a(n-1)/a(n-1) ] for n >= 3. 2
1, 2, 3, 5, 10, 21, 45, 99, 219, 485, 1076, 2389, 5306, 11786, 26182, 58164, 129215, 287062, 637734, 1416785, 3147520, 6992512, 15534524, 34511410, 76670354, 170330428, 378405125, 840662707, 1867611566, 4149075406 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
nxt[{t_, a_}]:=Module[{c=Floor[Total[a/t]]}, {Join[t, {c}], c}]; Join[ {1, 2}, NestList[ nxt, {{1, 2, 3}, 3}, 30][[All, 2]]] (* Harvey P. Dale, Aug 22 2020 *)
CROSSREFS
Sequence in context: A002991 A218532 A352879 * A352818 A346970 A001646
KEYWORD
nonn
AUTHOR
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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)