login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161618 Engel expansion of Pi^Pi. 0
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 7, 9, 23, 43, 128, 1847, 10674, 256943, 951850, 1361782, 1407741, 2143780, 3702054, 13341664, 17967518, 101541311, 159133300, 246184506, 3508330471 (list; graph; refs; listen; history; internal format)
OFFSET

1,37

LINKS

Index to sequences related to Engel expansions

EXAMPLE

A073233 = 36.462... = 1/1 +1/1 +1/1 +... +1/(1*3) +1/(1*3*3) +1/(1*3*3*7) +1/(1*3*3*7*9) +...

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[Pi^Pi, 7! ], 50]

CROSSREFS

Sequence in context: A056295 A117525 A075149 * A202873 A157933 A013915

Adjacent sequences:  A161615 A161616 A161617 * A161619 A161620 A161621

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 14 2009

EXTENSIONS

Example added by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 02 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 12:59 EST 2012. Contains 205788 sequences.