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!)
A337730 a(n) = (4*n+3)! * Sum_{k=0..n} 1 / (4*k+3)!. 5
1, 841, 6660721, 218205219961, 20298322381652065, 4313799472548696853801, 1816972337837511114820981201, 1372104830641374893468212163747161, 1724241814377177346127894133451232399041, 3403694723384093133512770088891935585284510985 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: (1/2) * (sinh(x) - sin(x)) / (1 - x^4) = x^3/3! + 841*x^7/7! + 6660721*x^11/11! + 218205219961*x^15/15! + ...
a(n) = floor(c * (4*n+3)!), where c = (sinh(1) - sin(1)) / 2 = A334365.
MATHEMATICA
Table[(4 n + 3)! Sum[1/(4 k + 3)!, {k, 0, n}], {n, 0, 9}]
Table[(4 n + 3)! SeriesCoefficient[(1/2) (Sinh[x] - Sin[x])/(1 - x^4), {x, 0, 4 n + 3}], {n, 0, 9}]
Table[Floor[(1/2) (Sinh[1] - Sin[1]) (4 n + 3)!], {n, 0, 9}]
PROG
(PARI) a(n) = (4*n+3)!*sum(k=0, n, 1/(4*k+3)!); \\ Michel Marcus, Sep 17 2020
CROSSREFS
Sequence in context: A121499 A253514 A342841 * A049530 A158404 A004929
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 17 2020
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 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)