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!)
A292167 Main diagonal of A292166. 3
1, -1, -4, -19, -175, 5675, 184457, 43191049, 2451878210, -1954643545560, -460010080560470, -507632980962973280, -2331098560820024079917, -1447441343052056996340091, 125256629703082731968449343539, 204110605936469378207070491919090 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^n] Product_{k=1..n} (1 - k^n*x^k).
PROG
(PARI) {a(n) = polcoeff(prod(k=1, n, 1-k^n*x^k+x*O(x^n)), n)}
CROSSREFS
Cf. A292166.
Sequence in context: A341379 A155804 A366699 * A126147 A007411 A356287
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 10 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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)