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!)
A137420 Continued fraction expansion of Sum_{n=1..infinity} (-1)^(n+1)/n^n = Integral_{x=0..1} x^(x) dx. 1
0, 1, 3, 1, 1, 1, 1, 1, 1, 2, 4, 7, 2, 1, 2, 1, 1, 1, 2, 1, 14, 1, 1, 2, 4, 1, 120, 1, 3, 1, 4, 1, 2, 6, 1, 1, 5, 1, 1, 5, 2, 1, 11, 2, 409, 1, 1, 7, 3, 2, 1, 11, 142, 1, 3, 1, 44, 1, 1, 27, 1, 3, 1, 1, 100, 1, 39, 14, 2, 16, 1, 1, 11, 1, 2, 29, 2, 1, 1, 1, 3, 4, 1, 1, 1, 12, 1, 1, 118, 7, 9, 1, 1, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Cf. A083648 for decimal expansion.
LINKS
Wikipedia, Sophomore's dream.
MAPLE
sd1 := proc(n) local i, tren; tren := 0: for i from 1 to n do tren := (-1)^(i+1)*(1/i^(i)) + tren: od; RETURN(tren); end: numtheory[cfrac] (sd1(300), 150, 'quotients');
CROSSREFS
Cf. A083648.
Sequence in context: A030596 A031277 A001165 * A134866 A340085 A143261
KEYWORD
nonn,cofr
AUTHOR
Jani Melik, Apr 16 2008
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 4 15:36 EDT 2024. Contains 373099 sequences. (Running on oeis4.)