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!)
A120177 a(1)=9; a(n)=floor((47+sum(a(1) to a(n-1)))/5). 1

%I #4 Jul 26 2017 17:37:31

%S 9,11,13,16,19,23,27,33,39,47,56,68,81,97,117,140,168,202,242,291,349,

%T 419,502,603,723,868,1042,1250,1500,1800,2160,2592,3110,3732,4479,

%U 5375,6450,7740,9288,11145

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

%H Harvey P. Dale, <a href="/A120177/b120177.txt">Table of n, a(n) for n = 1..1000</a>

%t nxt[{t_,a_}]:=Module[{c=Floor[(47+t)/5]},{t+c,c}]; NestList[nxt,{9,9},40][[All,2]] (* _Harvey P. Dale_, Jul 26 2017 *)

%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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)