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!)
A330512 Expansion of e.g.f. Sum_{k>=1} arcsinh(x^k). 0
1, 2, 5, 24, 129, 600, 4815, 40320, 313425, 3900960, 39023775, 399168000, 6335076825, 83286403200, 1169542749375, 20922789888000, 359796258446625, 5529827983680000, 120457648437501375, 2615369658789888000, 40723609672075955625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: Sum_{k>=1} log(x^k + sqrt(1 + x^(2*k))).
a(n) = n! * Sum_{d|n, d odd} (-1)^((d - 1)/2) * ((d - 2)!!)^2 / d!.
MATHEMATICA
nmax = 21; CoefficientList[Series[Sum[ArcSinh[x^k], {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]! // Rest
Table[n! DivisorSum[n, (-1)^((# - 1)/2) ((# - 2)!!)^2/#! &, OddQ[#] &], {n, 1, 21}]
CROSSREFS
Sequence in context: A176473 A185056 A346204 * A194349 A208969 A020022
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 16 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 August 28 04:18 EDT 2024. Contains 375477 sequences. (Running on oeis4.)