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!)
A120176 a(1)=8; a(n)=floor((41+sum(a(1) to a(n-1)))/5). 0

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

%S 8,9,11,13,16,19,23,28,33,40,48,57,69,83,99,119,143,171,206,247,296,

%T 355,426,512,614,737,884,1061,1273,1528,1833,2200,2640,3168,3802,4562,

%U 5474,6569,7883,9460

%N a(1)=8; a(n)=floor((41+sum(a(1) to a(n-1)))/5).

%t Module[{lst={8}},Table[AppendTo[lst,Floor[(41+Total[lst])/5]],{n,40}]; lst] (* _Harvey P. Dale_, Apr 30 2012 *)

%Y Cf. A073941, A112088, A072493.

%K nonn

%O 1,1

%A _Graeme McRae_, Jun 10 2006

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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)