Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A156326
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A156326 E.g.f.: A(x) = exp( Sum_{n>=1} n^2 * a(n-1)*x^n/n! ) = Sum_{n>=0} a(n)*x^n/n! with a(0)=1. +0
3
1, 1, 5, 58, 1181, 36696, 1601497, 92969920, 6908883417, 638746871680, 71860612355981, 9664570175364864, 1531263494465900725, 282321785979644121088, 59935663751282958139425 (list; graph; listen)
OFFSET

0,3

FORMULA

a(n) = Sum_{k=1..n} k^2 * C(n-1,k-1)*a(k-1)*a(n-k) for n>0, with a(0)=1.

EXAMPLE

E.g.f: A(x) = 1 + x + 5*x^2/2! + 58*x^3/3! + 1181*x^4/4! + 36696*x^5/5! +...

log(A(x)) = x + 2^2*x^2/2! + 3^2*5*x^3/3! + 4^2*58*x^4/4! + 5^2*1181*x^5/5! +...

PROGRAM

(PARI) {a(n)=if(n==0, 1, n!*polcoeff(exp(sum(k=1, n, k^2*a(k-1)*x^k/k!)+x*O(x^n)), n))}

(PARI) {a(n)=if(n==0, 1, sum(k=1, n, k^2*binomial(n-1, k-1)*a(k-1)*a(n-k)))}

CROSSREFS

Cf. A156325, A156327.

Sequence in context: A151424 A097631 A130768 this_sequence A001624 A096476 A158694

Adjacent sequences: A156323 A156324 A156325 this_sequence A156327 A156328 A156329

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Feb 08 2009

page 1

Search completed in 0.003 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