login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A239166
Number of partitions of 7^n into parts that are at most n with at least one part of each size.
2
0, 1, 24, 9633, 95520600, 27656224652420, 260755601247189041231, 85962759806610904434664386174, 1041189281477724923668568740931602845066, 480588514551700434552887677121496205669535589365780, 8695551969224574889031840216144104978715552114947924501069394617
OFFSET
0,3
FORMULA
a(n) = [x^(7^n-n*(n+1)/2)] Product_{j=1..n} 1/(1-x^j).
a(n) ~ 7^(n*(n-1)) / (n!*(n-1)!). - Vaclav Kotesovec, Jun 05 2015
CROSSREFS
Column k=7 of A238012.
Sequence in context: A065142 A233148 A195681 * A065236 A074657 A208190
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Mar 11 2014
STATUS
approved