Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131792
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131792 Main diagonal of triangle A131791: a(n) = A131791(n,n) for n>=0. +0
2
1, 1, 2, 6, 21, 76, 280, 1045, 3936, 14925, 56892, 217791, 836706, 3224157, 12456225, 48232162, 187131664, 727309265, 2831193004, 11036424667, 43076087806, 168322335246, 658416150496, 2577945422410, 10102468839284, 39621592646545 (list; graph; listen)
OFFSET

0,3

COMMENT

Row n of triangle A131791 has 2^n terms for n>=0, where row sums and central terms of A131791 equals A028361: Product_{i=0..n-1} (2^i + 1).

FORMULA

a(n) = [x^n] Product_{j=0..n-1} [ (1 - x^(2^j+1) ) / (1-x) ] for n>0, with a(0)=1. - Max Alekseyev (maxale(AT)gmail.com), Aug 30 2007.

PROGRAM

(PARI) {a(n)=if(n==0, 1, polcoeff(prod(j=0, n-1, (1-x^(2^j+1))/(1-x)+x*O(x^n)), n))} - Max Alekseyev (maxale(AT)gmail.com), Aug 30 2007.

(PARI) {T(n, k)=if(n==0, 1, polcoeff(prod(j=0, n-1, (1-x^min(2^j+1, k+1))/(1-x)+x*O(x^k)), k))} - Martin Fuller (martin_n_fuller(AT)btinternet.com), Aug 31 2007

CROSSREFS

Sequence in context: A116798 A116821 A116772 this_sequence A144904 A151287 A101265

Adjacent sequences: A131789 A131790 A131791 this_sequence A131793 A131794 A131795

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jul 15 2007

EXTENSIONS

More terms from Max Alekseyev (maxale(AT)gmail.com), Aug 30 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 December 16 13:01 EST 2009. Contains 170825 sequences.


AT&T Labs Research