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!)
A076303 Engel expansion of exp(Pi * sqrt(163)) - 262537412640768743. 0
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 6, 19, 1169, 21384, 520409, 2559029, 2922819, 3228884, 6972029, 18244654, 24601850, 146539491, 620041946, 865572355, 1298955860, 3005000777, 5169423076, 6941400197, 9965578146, 26183561695, 39614218376 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
262537412640768743.9999999999992500... is Ramanujan's constant which is extremely close to an integer. The Engel expansion of the fractional part begins with 40 terms 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[E^(Pi*Sqrt[163]) - 262537412640768743, 52]
PROG
(PARI) default(realprecision, 100000); r=exp(Pi*sqrt(163))-262537412640768743; for(i=1, 100, s=r*ceil(1/r)-1; print1(ceil(1/r), ", "); r=s); /* Georg Fischer, Nov 21 2020 */
CROSSREFS
Sequence in context: A071702 A225541 A355480 * A339276 A343356 A242253
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Mar 03 2003
EXTENSIONS
More terms from Georg Fischer, Nov 21 2020
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 June 5 04:27 EDT 2024. Contains 373102 sequences. (Running on oeis4.)