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!)
A053484 Numerators in expansion of exp(2x)/(1-x). 3
1, 3, 5, 19, 7, 109, 331, 155, 2327, 20947, 34913, 164591, 691283, 14977801, 314533829, 4718007451, 1572669151, 16041225341, 103122162907, 4571749222213, 68576238333199, 110777000384399, 55582845806909, 364345554264288511 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Numerator[Sum[2^k/k!,{k,0,n}]]. - Alexander Adamchuk, Jul 22 2006
MATHEMATICA
Numerator[Table[Sum[2^k/k!, {k, 0, n}], {n, 0, 30}]] (* Alexander Adamchuk, Jul 22 2006 *)
Numerator[Accumulate[Table[2^n/n!, {n, 0, 30}]]] (* or *) Numerator[ CoefficientList[ Series[Exp[2x]/(1-x), {x, 0, 30}], x] ] (* Harvey P. Dale, Mar 12 2017 *)
PROG
(PARI) for(n=0, 25, print1(numerator(sum(k=0, n, 2^k/k!)), ", ")) \\ G. C. Greubel, Jan 18 2017
CROSSREFS
Sequence in context: A272317 A128362 A272283 * A272092 A272019 A270723
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Jan 15 2000
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 May 13 20:33 EDT 2024. Contains 372522 sequences. (Running on oeis4.)