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!)
A120205 a(1)=4; a(n)=floor((39+sum(a(1) to a(n-1)))/9). 0

%I #5 Nov 21 2013 12:48:58

%S 4,4,5,5,6,7,7,8,9,10,11,12,14,15,17,19,21,23,26,29,32,35,39,44,49,54,

%T 60,67,74,82,91,102,113,125,139,155,172,191,212,236,262,291,324,360,

%U 400,444,493,548,609,677,752,835,928,1031,1146,1273,1415,1572

%N a(1)=4; a(n)=floor((39+sum(a(1) to a(n-1)))/9).

%t Module[{ll={4}},Do[AppendTo[ll,Floor[(39+Total[ll])/9]],{60}];ll] (* _Harvey P. Dale_, May 07 2012 *)

%Y Cf. A073941, A112088, A072493.

%K nonn

%O 1,1

%A _Graeme McRae_, Jun 10 2006

%E More terms from Harvey P. Dale, May 07 2012

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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)