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!)
A280096 Engel expansion of 1/phi to the base Pi 1
6, 18, 95, 340, 9492, 133706, 1693729, 104107693, 692068995, 3295399249, 61983607042, 294907287147, 3866887203952, 1457331336561977, 13487103824303426, 2733476358186221751, 10531585738509590966, 622459086032261357787, 13355793438644297530372, 210369234254618733763935 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Eric Weisstein's World of Mathematics, Pierce Expansion
Wikipedia, Engel Expansion
EXAMPLE
1/phi = Pi/6 + Pi^2/(6*18) + Pi^3/(6*18*95) + ...
MATHEMATICA
EngelExp[A_, n_] := Join[Array[Pi &, Floor[A]], First@Transpose@
NestList[{Ceiling[Pi/Expand[#[[1]] #[[2]] - 1]], Expand[#[[1]] #[[2]] - 1]/Pi} &, {Ceiling[Pi/(A - Floor[A])], (A - Floor[A])/Pi}, n - 1]]; EngelExp[N[2/(1 + Sqrt[5]), 7!], 20]
CROSSREFS
Cf. A232325.
Sequence in context: A216727 A174075 A151470 * A009573 A052655 A274499
KEYWORD
nonn
AUTHOR
G. C. Greubel, Dec 25 2016
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 April 18 04:31 EDT 2024. Contains 371767 sequences. (Running on oeis4.)