Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132318
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132318 Triangle, read by rows, where T(n,k) = [x^(k*2^(n-1))] Product_{i=0..n-1} (1 + x^(2^i))^(2^(n-i-1)) for n>0 with T(0,0)=1. +0
3
1, 1, 1, 1, 2, 1, 1, 15, 15, 1, 1, 1024, 2046, 1024, 1, 1, 7048181, 60060682, 60060682, 7048181, 1, 1, 469389728563470, 72057594037927935, 143176408618728932, 72057594037927935, 469389728563470, 1, 1, 2954306864416502250656677496683 (list; table; graph; listen)
OFFSET

0,5

COMMENT

There are n*2^(n-1)+1 coefficients in P(n) = Product_{i=0..n-1} (1 + x^(2^i))^(2^(n-i-1)) for n>0; in this triangle, row n consists of coefficients of x^(k*2^(n-1)) in P(n) as k=0..n.

LINKS

Eric Weisstein, Mathworld, Series Multisection.

FORMULA

Row sums equal 2^(2^n - n) for n>0 - improved formula and proof by Max Alekseyev (maxal(AT)cs.ucsd.edu), Aug 19 2007.

EXAMPLE

Triangle begins:

1;

1,1;

1,2,1;

1,15,15,1;

1,1024,2046,1024,1;

1,7048181,60060682,60060682,7048181,1;

1,469389728563470,72057594037927935,143176408618728932,72057594037927935,469389728563470,1;

Examples:

T(2,1) = [x^(1*2)] (1+x)^2*(1+x^2) = 2;

T(3,1) = [x^(1*4)] (1+x)^4*(1+x^2)^2*(1+x^4) = 15;

T(4,3) = [x^(3*8)] (1+x)^8*(1+x^2)^4*(1+x^4)^2*(1+x^8) = 1024;

T(5,3) = [x^(3*16)] (1+x)^16*(1+x^2)^8*(1+x^4)^4*(1+x^8)^2*(1+x^16) = 60060682.

PROGRAM

(PARI) {T(n, k)=if(n==0, 1, polcoeff(prod(i=0, n-1, (1+x^(2^i)+x*O(x^(k*2^(n-1))))^(2^(n-i-1))), k*2^(n-1)))}

CROSSREFS

Cf. A132317 (column 1), A132316.

Sequence in context: A054505 A132610 A132625 this_sequence A078089 A095836 A090163

Adjacent sequences: A132315 A132316 A132317 this_sequence A132319 A132320 A132321

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 19 2007

page 1

Search completed in 0.002 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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research