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!)
A330539 Expansion of e.g.f. Product_{k>=1} (1 + arcsin(x^k)). 1
1, 1, 2, 13, 48, 389, 3120, 27483, 258384, 3209481, 40895280, 532286415, 8095233960, 125622532125, 2196944928360, 40755258858195, 773235510112800, 15597078326535825, 345588497493916320, 7674105262451228055, 183908428603335286200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(Sum_{k>=1} Sum_{d|k} (-1)^(d + 1) * arcsin(x^(k/d))^d / d).
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[(1 + ArcSin[x^k]), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 20; CoefficientList[Series[Exp[Sum[Sum[(-1)^(d + 1) ArcSin[x^(k/d)]^d/d, {d, Divisors[k]}], {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A363753 A333519 A270294 * A005584 A072416 A319759
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 17 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 20 02:14 EDT 2024. Contains 371798 sequences. (Running on oeis4.)