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!)
A128020 a(n) = the multiple of n which is > (sum{k=1 to n-1} a(k)) and is <= (n + sum{k=1 to n-1} a(k)). 2
1, 2, 6, 12, 25, 48, 98, 200, 396, 790, 1584, 3168, 6331, 12670, 25335, 50672, 101354, 202698, 405403, 810800, 1621599, 3243196, 6486391, 12972792, 25945575, 51891164, 103782330, 207564644, 415129287, 830258580, 1660517170, 3321034336 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n * (1+ floor(sum{k=1 to n-1} a(k) /n)).
MATHEMATICA
f[l_List] := Block[{n = Length[l] + 1}, Append[l, n*(1 + Floor[Plus @@ l/n])]]; Nest[f, {}, 33] (* Ray Chandler, Feb 12 2007 *)
CROSSREFS
Sequence in context: A261667 A116562 A045925 * A140659 A238462 A099495
KEYWORD
easy,nonn
AUTHOR
Leroy Quet, Feb 11 2007
EXTENSIONS
Extended by Ray Chandler, Feb 12 2007
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)