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!)
A330540 Expansion of e.g.f. Product_{k>=1} (1 + arcsinh(x^k)). 1
1, 1, 2, 11, 48, 349, 2640, 23673, 231504, 2693241, 33313680, 446104845, 6572693160, 103319528805, 1750718151000, 31865325610545, 607019625223200, 12253084499034225, 263721891513921120, 5900460781451357205, 139338570648068278200 (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) * arcsinh(x^(k/d))^d / d).
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[(1 + ArcSinh[x^k]), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 20; CoefficientList[Series[Exp[Sum[Sum[(-1)^(d + 1) ArcSinh[x^(k/d)]^d/d, {d, Divisors[k]}], {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A003442 A054894 A270662 * A139475 A034568 A265610
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 25 06:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)