Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112915
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A112915 Recurrence: a(n) = Sum_{k=0..n-1} (k+1)*(n-k)*a(k)*a(n-k-1) for n>0, with a(0)=1. +0
2
1, 1, 4, 28, 272, 3312, 47872, 794880, 14840064, 306900736, 6953989120, 171200048128, 4548965384192, 129742326218752, 3953689388187648, 128215703582343168, 4409347536459988992, 160304460015345795072 (list; graph; listen)
OFFSET

0,3

FORMULA

A(x) = 1 + x*G(2*x)^2, where G(x) = g.f. of A088716, such that a(n) = 2^n*A088716(n)/(n+1) for n>=0. Also, a(n) = 2^(n-1)*A112916(n-1) for n>0.

G.f. satisfies: A(x) = 1 + x*(d/dx[x*A(x)])^2 = 1 + x*(A(x) + x*A'(x))^2.

PROGRAM

(PARI) a(n)=if(n==0, 1, sum(k=0, n-1, (k+1)*(n-k)*a(k)*a(n-k-1)))

(PARI) {a(n)=local(F=1+x+x*O(x^n)); for(i=1, n, F=1+x*deriv(x*F)^2); return(polcoeff(F, n, x))}

CROSSREFS

Cf. A088716, A112916.

Sequence in context: A141004 A152410 A138272 this_sequence A129683 A081917 A128318

Adjacent sequences: A112912 A112913 A112914 this_sequence A112916 A112917 A112918

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 06 2005

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