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!)
A078736 Numerators of convergents to sqrt(e). 1
1, 2, 3, 5, 28, 33, 61, 582, 643, 1225, 16568, 17793, 34361, 601930, 636291, 1238221, 26638932, 27877153, 54516085, 1390779278, 1445295363, 2836074641, 83691459952, 86527534593, 170218994545, 5703754354578, 5873973349123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Let y(n, x)=sum(k=0, n, (n+k)!*(x/2)^k/((n-k)!*k!)) then : a(3*n)=(1/2)*(y(n, 4)+y(n-1, 4)); a(3*n+1)=y(n, 4); a(3*n+2)=(1/2)*(y(n+1, 4)-y(n, 4))
MATHEMATICA
Numerator[Convergents[Sqrt[E], 30]] (* Harvey P. Dale, Sep 23 2011 *)
PROG
(PARI) a(n)=component(component(contfracpnqn(contfrac(exp(1/2), n)), 1), 1)
CROSSREFS
Sequence in context: A121264 A141566 A247094 * A042669 A178376 A041585
KEYWORD
frac,nonn
AUTHOR
Benoit Cloitre, Dec 20 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 April 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)