[go: up one dir, main page]

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!)
A362697 Expansion of e.g.f. Product_{k>0} (1 - x^(3*k-1))^(-1/(3*k-1)). 2
1, 0, 1, 0, 9, 24, 225, 504, 16065, 27216, 1555281, 6123600, 159249321, 779262120, 31816914129, 240363179784, 8207359913025, 66059979227424, 2145292484152545, 19782668403572256, 1015331126023222281, 7961977144683689400, 454920488042137314561 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(0) = 1; a(n) = (n-1)! * Sum_{k=1..n} A001822(k) * a(n-k)/(n-k)!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/prod(k=1, N, (1-x^(3*k-1))^(1/(3*k-1)))))
CROSSREFS
Sequence in context: A180334 A223290 A121089 * A050282 A096757 A101158
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 07 2023
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 August 30 09:19 EDT 2024. Contains 375532 sequences. (Running on oeis4.)