Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111846
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
%I A111846
%S A111846 1,1,4,40,1040,78240,18504256,14463224448,38544653734144,
%T A111846 357896006503348736,11766320092785122862080,
%U A111846 1387031702368547767793690624,592262859312707222259571097997312
%N A111846 Number of partitions of 4^n - 1 into powers of 4, also equals column 
               0 of triangle A111845, which shifts columns left and up under matrix 
               4-th power.
%C A111846 a(n) equals the partitions of 4^n-1 into powers of 4, or, the coefficient 
               of x^(4^n-1) in 1/Product_{j>=0}(1-x^(4^j)).
%H A111846 T. D. Noe, <a href="b111846.txt">Table of n, a(n) for n=0..35</a>
%F A111846 G.f.: A(x) = 1 + Sum_{n>=1} (1/n!)*Product_{j=0..n-1} L(4^j*x) where 
               L(x) satisfies: x = Sum_{n>=1} -(-1)^n/n!*Product_{j=0..n-1} L(4^j*x); 
               L(x) equals the g.f. of column 0 of the matrix log of P (A111849).
%e A111846 G.f. A(x) = 1 + L(x) + L(x)*L(4*x)/2! + L(x)*L(4*x)*L(4^2*x)/3!
%e A111846 + L(x)*L(4*x)*L(4^2*x)*L(4^3*x)/4! + ...
%e A111846 where L(x) satisfies:
%e A111846 x = L(x) - L(x)*L(4*x)/2! + L(x)*L(4*x)*L(4^2*x)/3! -+ ...
%e A111846 and L(x) = x + 4/2!*x^2 + 56/3!*x^3 + 1728/4!*x^4 +....(A111849).
%o A111846 (PARI) {a(n,q=4)=local(A=Mat(1),B);if(n<0,0, for(m=1,n+1,B=matrix(m,m);
               for(i=1,m, for(j=1,i, if(j==i,B[i,j]=1,if(j==1,B[i,j]=(A^q)[i-1,1], 
               B[i,j]=(A^q)[i-1,j-1]));));A=B);return(A[n+1,1]))}
%Y A111846 Cf. A111845 (triangle).
%Y A111846 Cf. A002449
%Y A111846 Sequence in context: A012957 A012977 A013108 this_sequence A102922 A139688 
               A072445
%Y A111846 Adjacent sequences: A111843 A111844 A111845 this_sequence A111847 A111848 
               A111849
%K A111846 nonn
%O A111846 0,3
%A A111846 Paul D. Hanna (pauldhanna(AT)juno.com), Aug 23 2005

    
page 1

Search completed in 0.001 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 17 23:40 EST 2009. Contains 171025 sequences.


AT&T Labs Research