The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A321068 a(n) = [x^n] Product_{k>=1} ((1 - x^k)/(1 + x^k))^sigma_n(k). 2
1, -2, -8, -22, 294, 24982, 1372372, 10145326, -38651841784, -21995644478504, -5088041946350856, 29713279339187796814, 155715351422115081062330, 370606511915720675179342334, -12360092915168107023209454901320 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[SeriesCoefficient[Product[((1 - x^k)/(1 + x^k))^DivisorSigma[n, k], {k, 1, n}], {x, 0, n}], {n, 0, 15}] (* Vaclav Kotesovec, Oct 27 2018 *)
PROG
(PARI) {a(n) = polcoeff(prod(k=1, n, ((1-x^k+x*O(x^n))/(1+x^k+x*O(x^n)))^sigma(k, n)), n)}
CROSSREFS
Sequence in context: A151356 A238530 A303287 * A158466 A065694 A178129
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 26 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 May 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)