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!)
A118540 Decimal expansion of the following number: (3/2)^(4/3)^(5/4)^(6/5)^(7/6)^(8/7)^(9/8)^(10/9)^(11/10).... 0
1, 8, 0, 8, 9, 2, 4, 5, 3, 3, 1, 4, 8, 2, 1, 2, 4, 4, 1, 6, 5, 0, 0, 7, 1, 4, 2, 9, 2, 6, 9, 9, 5, 8, 7, 4, 1, 0, 9, 1, 1, 8, 6, 2, 9, 5, 4, 7, 4, 7, 7, 2, 0, 4, 3, 2, 1, 4, 7, 1, 8, 5, 2, 8, 7, 3, 3, 9, 5, 8, 9, 1, 3, 3, 5, 8, 3, 6, 4, 1, 7, 9, 5, 1, 1, 9, 7, 6, 3, 8, 8, 9, 1, 0, 3, 0, 6, 4, 5, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Obtaining 100 digits of precision only requires computing (3/2)^(4/3)^...^(70/69).
LINKS
EXAMPLE
(3/2)^(4/3)^(5/4)^(6/5)^(7/6)^(8/7)^(9/8)^(10/9)^(11/10)^... = 1.8089245331482124416500714...
MATHEMATICA
k = 1; For[a = 100, a > 2, a--, k = (a/(a-1))^k]; First[RealDigits[N[k, 100]]]
CROSSREFS
Cf. A102575.
Sequence in context: A319215 A200513 A200523 * A165110 A055959 A341485
KEYWORD
cons,nonn
AUTHOR
Ryan Propper, May 06 2006
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 16 13:43 EDT 2024. Contains 371720 sequences. (Running on oeis4.)