cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A238614 Number of partitions of n^9 into parts that are at most n.

This page as a plain text file.
%I A238614 #8 May 25 2015 10:22:31
%S A238614 1,1,257,32294883,125107148059080,5052825953808096554227,
%T A238614 1203080775953722005263023646232,
%U A238614 1189959092808570377265545326042454670975,3861166489120966379893685013624485791901912419888,34687845413783594101366282545316028561007822069601179170488
%N A238614 Number of partitions of n^9 into parts that are at most n.
%H A238614 Alois P. Heinz, <a href="/A238614/b238614.txt">Table of n, a(n) for n = 0..60</a>
%F A238614 a(n) = [x^(n^9)] Product_{j=1..n} 1/(1-x^j).
%F A238614 a(n) ~ exp(2*n) * n^(7*n-9) / (2*Pi). - _Vaclav Kotesovec_, May 25 2015
%Y A238614 Column k=9 of A238016.
%K A238614 nonn
%O A238614 0,3
%A A238614 _Alois P. Heinz_, Mar 01 2014