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!)
A294356 E.g.f.: Product_{k>0} (1+x^k)^(-1/k). 6
1, -1, 1, -5, 23, -119, 619, -4759, 48145, -476657, 4249961, -48286061, 691331431, -9132207655, 117900772963, -2025161870159, 37607411624609, -628236985455329, 10768798391659345, -215626810984559317, 4751529623277906871, -105427459848063440471 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[1/(1+x^k)^(1/k), {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Oct 29 2017 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(prod(k=1, N, 1/(1+x^k)^(1/k))))
CROSSREFS
Sequence in context: A321798 A005393 A193704 * A162815 A351756 A033312
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 29 2017
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 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)