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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161559 Engel expansion of tan(1/2). 0
2, 11, 54, 136, 1473, 3483, 36244, 41086, 305728, 379955, 582669, 4540387, 5020443, 22096761, 24228660, 48364856, 178868536, 234516235, 524137295, 1096104266, 11627672572, 19828856452, 31372689367, 47247829739, 701124643395 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Index to sequences related to Engel expansions

EXAMPLE

A161011 = 0.546302.... = 1/2+1/(2*11)+1/(2*11*54)+1/(2*11*54*136)+ ...

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[Tan[1/2], 6! ], 50]

CROSSREFS

Cf. A006784.

Sequence in context: A168022 A030281 A063767 * A128748 A037522 A037731

Adjacent sequences:  A161556 A161557 A161558 * A161560 A161561 A161562

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Example added by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 04 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 17 13:28 EST 2012. Contains 206031 sequences.