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.

A238564 Number of partitions of 7^n into parts that are at most n.

This page as a plain text file.
%I A238564 #6 Jun 05 2015 16:58:30
%S A238564 0,1,25,9976,96721601,27755132198233,260988425663232777762,
%T A238564 85980297709044488588773397089,
%U A238564 1041234796567281969389323426605470061650,480592801966130874383703685770422428530605893693255,8695567207026865032892758221262809270061815825979643751114435291
%N A238564 Number of partitions of 7^n into parts that are at most n.
%H A238564 Alois P. Heinz, <a href="/A238564/b238564.txt">Table of n, a(n) for n = 0..36</a>
%F A238564 a(n) = [x^(7^n)] Product_{j=1..n} 1/(1-x^j).
%F A238564 a(n) ~ 7^(n*(n-1)) / (n!*(n-1)!). - _Vaclav Kotesovec_, Jun 05 2015
%Y A238564 Column k=7 of A238010.
%K A238564 nonn
%O A238564 0,3
%A A238564 _Alois P. Heinz_, Feb 28 2014