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!)
A059200 Engel expansion of -log(log(2)) = 0.36651292... . 2

%I #29 Apr 13 2018 11:25:58

%S 3,11,11,23,62,66,466,1450,7617,95677,100963,153329,966054,4744661,

%T 23899231,25086529,52363821,100389201,201892089,261170111,312778184,

%U 527002514,1235004065,1623652949,2309078745,8274570969

%N Engel expansion of -log(log(2)) = 0.36651292... .

%C Cf. A006784 for definition of Engel expansion.

%D F. Engel, Entwicklung der Zahlen nach Stammbruechen, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmänner in Marburg, 1913, pp. 190-191.

%H G. C. Greubel, <a href="/A059200/b059200.txt">Table of n, a(n) for n = 1..1000</a>

%H F. Engel, <a href="/A006784/a006784.pdf">Entwicklung der Zahlen nach Stammbruechen</a>, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmaenner in Marburg, 1913, pp. 190-191. English translation by Georg Fischer, included with his permission.

%H P. Erdős and Jeffrey Shallit, <a href="http://www.numdam.org/item?id=JTNB_1991__3_1_43_0">New bounds on the length of finite Pierce and Engel series</a>, Sem. Theor. Nombres Bordeaux (2) 3 (1991), no. 1, 43-53.

%H <a href="/index/El#Engel">Index entries for sequences related to Engel expansions</a>

%t EngelExp[A_, n_] := Join[Array[1 &, Floor[A]], First@Transpose@

%t NestList[{Ceiling[1/Expand[#[[1]] #[[2]] - 1]], Expand[#[[1]] #[[2]] - 1]/1} &, {Ceiling[1/(A - Floor[A])], (A - Floor[A])/1}, n - 1]];

%t EngelExp[N[-Log[Log[2]], 7!], 100] (* Modified by _G. C. Greubel_, Dec 28 2016 *)

%Y Cf. A074785.

%K nonn,easy,nice

%O 1,1

%A _Mitch Harris_

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