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!)
A295123 Expansion of Product_{k>=1} 1/(1 + x^k)^(k*(3*k-2)). 4
1, -1, -7, -14, 10, 93, 242, 229, -410, -2446, -5500, -6458, 4062, 38899, 104715, 165843, 103045, -327200, -1393131, -3075317, -4305200, -2069461, 9129361, 35219829, 75832840, 109569915, 74818084, -143480059, -686408279, -1607860793, -2614721006, -2674073316 (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*(3*n-2), g(n) = -1.
LINKS
FORMULA
Convolution inverse of A294838.
G.f.: Product_{k>=1} 1/(1 + x^k)^A000567(k).
a(0) = 1 and a(n) = (1/n) * Sum_{k=1..n} b(k)*a(n-k) where b(n) = Sum_{d|n} d^2*(3*d-2)*(-1)^(n/d).
PROG
(PARI) N=66; x='x+O('x^N); Vec(1/prod(k=1, N, (1+x^k)^(k*(3*k-2))))
CROSSREFS
Cf. A294846 (b=3), A284896 (b=4), A295086 (b=5), A295121 (b=6), A295122 (b=7), this sequence (b=8).
Sequence in context: A362586 A102654 A048727 * A196178 A269161 A307964
KEYWORD
sign
AUTHOR
Seiichi Manyama, Nov 15 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 May 5 06:40 EDT 2024. Contains 372257 sequences. (Running on oeis4.)