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!)
A182308 a(n+1) = a(n) + floor(a(n)/7) with a(0)=7 3

%I #12 May 03 2021 07:53:09

%S 7,8,9,10,11,12,13,14,16,18,20,22,25,28,32,36,41,46,52,59,67,76,86,98,

%T 112,128,146,166,189,216,246,281,321,366,418,477,545,622,710,811,926,

%U 1058,1209,1381,1578,1803,2060,2354,2690,3074,3513,4014,4587,5242,5990

%N a(n+1) = a(n) + floor(a(n)/7) with a(0)=7

%o (Python)

%o a=7

%o for i in range(55):

%o print(a, end=',')

%o a += a//7

%Y Cf. A061418, A100585, A182305, A182306, A182307.

%K nonn

%O 0,1

%A _Alex Ratushnyak_, Apr 23 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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)