Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136518
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136518 a(n) = A027907(2^n, n), where A027907 = triangle of trinomial coefficients. +0
2
1, 2, 10, 112, 3620, 360096, 116950848, 129755798400, 507413158135840, 7132358041777380352, 364730093112968976177664, 68393665694364347188157159424, 47308574208170527265149009962117120 (list; graph; listen)
OFFSET

0,2

COMMENT

a(n) = [x^n] (1 + x + x^2)^(2^n), the coefficient of x^n in (1 + x + x^2)^(2^n).

FORMULA

O.g.f.: A(x) = Sum_{n>=0} log(1 + 2^n*x + 2^(2n)*x^2)^n / n!.

EXAMPLE

A(x) = 1 + 2x + 10x^2 + 112x^3 + 3620x^4 + 360096x^5 + ...

A(x) = 1 + log(1+2x+4x^2) + log(1+4x+16x^2)^2/2! + log(1+8x+64x^2)^3/3! +...

This is a special case of the more general statement:

Sum_{n>=0} m^n * F(q^n*x)^b * log( F(q^n*x) )^n / n! =

Sum_{n>=0} x^n * [y^n] F(y)^(m*q^n + b)

where F(x) = 1+x+x^2, q=2, m=1, b=0.

PROGRAM

(PARI) {a(n)=polcoeff((1+x+x^2+x*O(x^n))^(2^n), n)} (PARI) /* As coefficient x^n of Series: */ {a(n)=polcoeff(sum(i=0, n, log(1+2^i*x+2^(2*i)*x^2 +x*O(x^n))^i/i!), n)}

CROSSREFS

Cf. A027907; A136519.

Sequence in context: A113147 A062499 A049505 this_sequence A005613 A005616 A113089

Adjacent sequences: A136515 A136516 A136517 this_sequence A136519 A136520 A136521

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 02 2008

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research