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!)
A229170 Define a sequence of real numbers by b(1)=2, b(n+1) = b(n) + log_2(b(n)); a(n) = ceiling( b(n) ). 5

%I #30 Jun 10 2023 10:09:32

%S 2,3,5,7,10,13,17,21,25,30,35,40,45,51,56,62,68,74,80,87,93,100,106,

%T 113,120,127,134,141,148,155,162,170,177,185,192,200,207,215,223,231,

%U 239,246,254,262,270,278,287,295,303,311,319,328,336,345,353,361,370,378,387,396,404,413,422,430,439,448,457,465,474

%N Define a sequence of real numbers by b(1)=2, b(n+1) = b(n) + log_2(b(n)); a(n) = ceiling( b(n) ).

%H <a href="/index/Coi#Colombian">Index entries for Colombian or self numbers and related sequences</a>

%e Comment from _N. J. A. Sloane_, Jun 07 2023 (start)

%e b(1) to b(4) are:

%e [2, 3, 3+ln(3)/ln(2), 3+ln(3)/ln(2)+ln(3+ln(3)/ln(2))/ln(2)]

%e b(1) to b(6) computed exactly and THEN converted to floating point are:

%e 2., 3., 4.58496250072115618145373894394, 6.78187243514238888864576363676, 9.54355608312733448665507868324, 12.7980830210090262451101642020.

%e (end)

%t Ceiling[NestList[N[#+Log2[#],1000]&,2,70]] (* Caution: this program uses an arbitrary cut-off at 1000 digits precision. - _N. J. A. Sloane_, Jun 07 2023 *) (* _Harvey P. Dale_, Jun 10 2023 *)

%Y Cf. A229168, A229169, A155921, A229177.

%K nonn

%O 1,1

%A _N. J. A. Sloane_, Sep 27 2013

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 May 10 02:33 EDT 2024. Contains 372354 sequences. (Running on oeis4.)