login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110156 G.f.: A(x) = Product_{n>=1} 1/(1 - 4^n*x^n)^(2/4^n); self-convolution equals A110154. 4
1, 2, 8, 26, 106, 350, 1512, 5110, 21476, 77886, 319148, 1141038, 4910266, 17499058, 72541048, 272237050, 1121013506, 4112829790, 17377874692, 63697436318, 265450712278, 1003409368250, 4102752994248, 15321419162722, 64725434306768 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
A(x) = 1 + 2*x + 8*x^2 + 26*x^3 + 106*x^4 + 350*x^5 +... =
1/[(1-4*x)^(2/4)*(1-16*x^2)^(2/16)*(1-64*x^3)^(2/64)*...].
PROG
(PARI) a(n)=polcoeff(prod(k=1, n, 1/(1-4^k*x^k+x*O(x^n))^(2/4^k)), n)
CROSSREFS
Sequence in context: A281345 A348240 A128238 * A295934 A187151 A150674
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 14 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 12:44 EDT 2024. Contains 371913 sequences. (Running on oeis4.)