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!)
A330506 Expansion of e.g.f. Sum_{k>=1} arcsin(x^k). 1
1, 2, 7, 24, 129, 840, 5265, 40320, 434385, 3900960, 40809825, 558835200, 6335076825, 91070179200, 1641957141825, 20922789888000, 359796258446625, 7663952552256000, 122832552380162625, 2615369658789888000, 62315614994643635625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n! * Sum_{d|n, d odd} ((d - 2)!!)^2 / d!.
MATHEMATICA
nmax = 21; CoefficientList[Series[Sum[ArcSin[x^k], {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]! // Rest
Table[n! DivisorSum[n, ((# - 2)!!)^2/#! &, OddQ[#] &], {n, 1, 21}]
CROSSREFS
Sequence in context: A150451 A150452 A330254 * A236422 A013204 A013209
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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)