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!)
A294957 Expansion of Product_{k>=1} 1/(1 - k*x^k)^(k^(k-1)). 3
1, 1, 5, 32, 300, 3533, 51650, 894929, 17981196, 410826036, 10518152538, 298209605418, 9273131902539, 313758357802886, 11474239675400172, 450962279143408815, 18954601400362304902, 848385358833157331498, 40285279861744621069122 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = n^(n-1), g(n) = n.
LINKS
FORMULA
a(0) = 1 and a(n) = (1/n) * Sum_{k=1..n} A294956(k)*a(n-k) for n > 0.
PROG
(PARI) N=66; x='x+O('x^N); Vec(1/prod(k=1, N, (1-k*x^k)^k^(k-1)))
CROSSREFS
Cf. A294956.
Sequence in context: A307497 A023880 A104031 * A363397 A023882 A109780
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 12 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 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)