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!)
A053485 Denominators in expansion of exp(2x)/(1-x). 3
1, 1, 1, 3, 1, 15, 45, 21, 315, 2835, 4725, 22275, 93555, 2027025, 42567525, 638512875, 212837625, 2170943775, 13956067125, 618718975875, 9280784638125, 14992036723125, 7522320180375, 49308808782358125, 147926426347074375 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = denominator( Sum_{k=0..n} 2^k/k! ). - G. C. Greubel, Jan 18 2017
MATHEMATICA
Denominator[Table[Sum[2^k/k!, {k, 0, n}], {n, 0, 50}]] (* G. C. Greubel, Jan 18 2017 *)
PROG
(PARI) for(n=0, 25, print1(denominator(sum(k=0, n, 2^k/k!)), ", ")) \\ G. C. Greubel, Jan 18 2017
CROSSREFS
Sequence in context: A365338 A089278 A213245 * A160628 A160604 A160616
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 April 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)