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!)
A347606 Number of partitions of n^n into exactly n parts. 2
0, 1, 2, 61, 117874, 33219689231, 2559960025059106420, 85975912953927216830024650654, 1841153609473379088124269084031755459049386 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^(n^n-n)] Product_{k=1..n} 1/(1-x^k).
PROG
(PARI) a(n) = polcoef(prod(k=1, n, 1/(1-x^k+x*O(x^(n^n-n)))), n^n-n);
CROSSREFS
Sequence in context: A190681 A181005 A289644 * A094478 A273090 A106133
KEYWORD
nonn,more
AUTHOR
Seiichi Manyama, Sep 08 2021
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)