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!)
A330254 Expansion of e.g.f. Sum_{k>=1} sinh(x^k). 4
1, 2, 7, 24, 121, 840, 5041, 40320, 423361, 3659040, 39916801, 558835200, 6227020801, 87195588480, 1536517382401, 20922789888000, 355687428096001, 7469453633241600, 121645100408832001, 2453176191578112000, 59616236292028416001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: Sum_{k>=1} x^(2*k - 1) / ((2*k - 1)! * (1 - x^(2*k - 1))).
a(n) = n! * Sum_{d|n, d odd} 1 / d!.
MATHEMATICA
nmax = 21; CoefficientList[Series[Sum[Sinh[x^k], {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]! // Rest
Table[n! DivisorSum[n, 1/#! &, OddQ[#] &], {n, 1, 21}]
CROSSREFS
Sequence in context: A150450 A150451 A150452 * A330506 A236422 A013204
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 07 2019
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 June 4 10:10 EDT 2024. Contains 373092 sequences. (Running on oeis4.)