The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A028257 Engel expansion of sqrt(3). 8
1, 2, 3, 3, 6, 17, 23, 25, 27, 73, 84, 201, 750, 24981, 46882, 119318, 121154, 242807, 276226, 3009377, 3383197, 37871208, 45930966, 261728403, 281868388, 3021299588, 3230725884, 13646315477, 30951797814, 80602040381, 1016719946612, 49448385811777 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Engel Expansion
FORMULA
For a number x (here sqrt(3)), define a(1) <= a(2) <= a(3) <= ... so that x = 1/a(1) + 1/(a(1)*a(2)) + 1/(a(1)*a(2)*a(3)) + ... by x(1) = x, a(n) = ceiling(1/x(n)), x(n+1) = x(n)*a(n) - 1.
MATHEMATICA
EngelExp[A_, n_]:=Join[Array[1&, Floor[A]], First@Transpose@NestList[{Ceiling[1/Expand[ #[[1]]#[[2]]-1]], Expand[ #[[1]]#[[2]]-1]}&, {Ceiling[1/(A-Floor[A])], A-Floor[A]}, n-1]]; EngelExp[N[3^(1/2), 7! ], 50] (* Vladimir Joseph Stephan Orlovsky, Jun 08 2009 *)
CROSSREFS
Cf. A006784 (for definition of Engel expansion), A220335.
Sequence in context: A329748 A173094 A087989 * A100228 A111003 A347904
KEYWORD
nonn
AUTHOR
Naoki Sato (naoki(AT)math.toronto.edu)
EXTENSIONS
Better name and more terms from Simon Plouffe
More terms from Sean A. Irvine, Dec 16 2019
STATUS
approved

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