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!)
A067921 Engel expansion of sqrt(Pi/2). 1
1, 4, 76, 134, 213, 1649, 1955, 2041, 32363, 217167, 760577, 1633080, 6412486, 24932290, 25544312, 376841489, 426956719, 472747939, 765965856, 2708004694, 5814287795, 14630348817, 21857959576, 92077240148, 184486528542 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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[Sqrt[Pi/2], 7!], 50] (* G. C. Greubel, Jan 12 2017 *)
PROG
(PARI) : s=sqrt(asin(1)); for(i=1, 30, s=s*ceil(1/s)-1; print1(ceil(1/s), ", "); );
CROSSREFS
See A006784 for explanation of Engel expansions.
Sequence in context: A191505 A100323 A262073 * A317903 A101718 A094160
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 03 2002
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 August 20 05:24 EDT 2024. Contains 375310 sequences. (Running on oeis4.)