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!)
A078976 Numerator of n-th convergent to e^(2/3). 1
1, 2, 37, 261, 298, 559, 5888, 318511, 5102064, 5420575, 10522639, 205350716, 18492087079, 462507527691, 480999614770, 943507142461, 26899199603678, 3390242657205889, 115295149544603904, 118685392201809793 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Special cases : a(5k+1) = A001518(3k); a(5k+3) = A001518(3k+2).
PROG
(PARI)
default(realprecision, 100); /* large enough */
a(n)=contfracpnqn(contfrac(exp(2/3), n))[1, 1]
vector(30, n, a(n))
CROSSREFS
Sequence in context: A298476 A302883 A053788 * A200911 A243101 A001569
KEYWORD
frac,nonn
AUTHOR
Benoit Cloitre, Dec 19 2002
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 March 29 04:59 EDT 2024. Contains 371264 sequences. (Running on oeis4.)