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!)
A294463 E.g.f.: Product_{k>0} (1-k*x^k)^(1/k). 4
1, -1, -2, 0, -12, 180, -1080, 15120, -45360, -15120, 6501600, 166320000, -6017457600, 73297224000, 724669545600, -32528399904000, 169180371360000, 6794185638240000, -119705492402496000, 2601008778880512000, -119160456995099520000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1 and a(n) = -(n-1)! * Sum_{k=1..n} A055225(k)*a(n-k)/(n-k)! for n > 0.
E.g.f.: exp(-Sum_{k>=1} Sum_{j>=1} j^(k-1)*x^(j*k)/k). - Ilya Gutkovskiy, May 28 2018
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(prod(k=1, N, (1-k*x^k)^(1/k))))
CROSSREFS
Sequence in context: A293494 A058803 A193202 * A107700 A274107 A122688
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 31 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 24 15:37 EDT 2024. Contains 371960 sequences. (Running on oeis4.)