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!)
A297326 a(n) = [x^n] Product_{k>=1} 1/(1 + k*x^k)^n. 6
1, -1, -1, -1, 27, -76, 95, -295, 2035, -8119, 22714, -66793, 254223, -988651, 3444055, -11402626, 39248691, -141740051, 511583207, -1798826901, 6256648862, -22054706773, 78889160635, -281698897727, 996551999479, -3520566280801, 12522382445455, -44731559517301 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = A297325(n,n).
MAPLE
f:= proc(n) local k;
coeff(series(mul(1/(1+k*x^k)^n, k=1..n), x, n+1), x, n);
end proc:
map(f, [$0..30]); # Robert Israel, Dec 28 2017
MATHEMATICA
Table[SeriesCoefficient[Product[1/(1 + k x^k)^n, {k, 1, n}], {x, 0, n}], {n, 0, 27}]
CROSSREFS
Main diagonal of A297325.
Sequence in context: A226357 A255109 A369063 * A044165 A044546 A217966
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 28 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 July 29 21:21 EDT 2024. Contains 374734 sequences. (Running on oeis4.)