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!)
A305745 Expansion of Product_{k>=1} ((1 - k*x^k) / (1 + k*x^k))^k. 1
1, -2, -6, -4, 22, 72, 84, -32, -474, -1310, -1728, 60, 6420, 18712, 31080, 24992, -34074, -186468, -430138, -650612, -496296, 687120, 3599652, 8413968, 13374148, 12772246, -3910080, -50592280, -136089520, -244815336, -309079848, -176916784, 391358838 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Convolution of A266964 and A266971.
Convolution inverse of A266942.
MAPLE
N:= 50: # for a(0) .. a(N)
f:= mul(((1-k*x^k)/(1+k*x^k))^k, k=1..N):
S:= series(f, x, N+1):
seq(coeff(S, x, i), i=0..N); # Robert Israel, Mar 01 2024
PROG
(PARI) N=99; x='x+O('x^N); Vec(prod(k=1, N, ((1-k*x^k)/(1+k*x^k))^k))
CROSSREFS
Sequence in context: A202962 A019088 A096085 * A285988 A218973 A366652
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jun 09 2018
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)