Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131824
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131824 Main diagonal of triangle A131823: a(n) = A131823(n,n) for n>=0. +0
2
1, 1, 2, 7, 24, 86, 316, 1177, 4424, 16744, 63724, 243618, 934870, 3598960, 13892776, 53756263, 208434024, 809658440, 3150218032, 12274694280, 47890456576, 187068828772, 731511810152, 2863308366462, 11217762520246, 43984983838966 (list; graph; listen)
OFFSET

0,3

FORMULA

a(n) = [x^n] Product_{i=0..n-1} (1 + x^(2^i))^(n-i) for n>=0.

MAPLE

A131824 := proc(n) local f, i ; f := 1 ; if n = 1 then RETURN(1) ; fi ; for i from 0 to n-1 do f := taylor(f*(1+x^(2^i))^(n-i), x=0, n+1) ; od; coeftayl(f, x=0, n) ; end: seq(A131824(n), n=0..27) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 24 2007

PROGRAM

(PARI) a(n)=if(n==0, 1, polcoeff(prod(i=0, n-1, (1 + x^(2^i) +x*O(x^n))^(n-i)), n))

CROSSREFS

Cf. A131823.

Sequence in context: A141753 A014300 A128086 this_sequence A104625 A122446 A052705

Adjacent sequences: A131821 A131822 A131823 this_sequence A131825 A131826 A131827

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 24 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 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research