Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A134529
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A134529 E.g.f. A(x) satisfies: x/(1-x)^2 = Sum_{n>=1} (1/n!)*Prod_{j=0..n-1} A(2^j*x). +0
1
0, 1, 2, -8, -80, 1576, 43056, -4001376, -539274240, 230311875456, 169101315797760, -333305191377561600, -1205460382028665927680, 11038562078873652773729280, 187384458453666330945406187520, -7882186562442515869956999642009600 (list; graph; listen)
OFFSET

0,3

FORMULA

Define F(x,k,m) = Sum_{n>=1} (m*2^k)^n/n! * Product_{j=0..n-1} A(2^j*x), then F(x,k,m) is a series in x with integer coefficients for all integer m, k>=0.

EXAMPLE

E.g.f.: A(x) = x +2x^2/2! -8x^3/3! -80x^4/4! +1576x^5/5! +43056x^6/6! +...

where A(x) satisfies:

x/(1-x)^2 = A(x) + A(x)*A(2*x)/2! + A(x)*A(2*x)*A(2^2*x)/3! + A(x)*A(2*x)*A(2^2*x)*A(2^3*x)/4! + ...

PROGRAM

(PARI) {a(n, q=2)=local(A=x/(1-x+x*O(x^n))^2); for(i=1, n, A=x/(1-x)^2/(1+sum(j=1, n, prod(k=1, j, subst(A, x, q^k*x))/(j+1)!))); return(n!*polcoeff(A, n))}

CROSSREFS

Sequence in context: A063528 A073561 A130530 this_sequence A134054 A134086 A013175

Adjacent sequences: A134526 A134527 A134528 this_sequence A134530 A134531 A134532

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 23 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