Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131310
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131310 O.g.f. A(x) satisfies: [x^n] exp(x*A(x)) = [x^n] A(x) / n!. +0
1
1, 1, 3, 25, 697, 87261, 63362851, 319794398533, 12896670350677905, 4680059818474453354777, 16983047870459137946598471811, 677909112049327323648624151866814641 (list; graph; listen)
OFFSET

0,3

FORMULA

a(n+1) = n!*Sum_{k=0..n} (k+1)/(n-k)!*a(k)*a(n-k). - Vladeta Jovovic (vladeta(AT)eunet.rs), Jul 08 2008

EXAMPLE

O.g.f.: A(x) = 1 + x + 3*x^2 + 25*x^3 + 697*x^4 + 87261*x^5 + 63362851*x^6 +...

exp(x*A(x)) = 1 + x + 3*x^2/2! + 25*x^3/3! + 697*x^4/4! + 87261*x^5/5! + 63362851*x^6/6! +...

PROGRAM

(PARI) {a(n)=local(E=1+x+x*O(x^n), F); for(j=0, n, F=exp(x*E); E=sum(i=0, n, polcoeff(F, i)*i!*x^i)); polcoeff(E, n)}

CROSSREFS

Sequence in context: A009843 A136173 A003024 this_sequence A127231 A062411 A136516

Adjacent sequences: A131307 A131308 A131309 this_sequence A131311 A131312 A131313

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 27 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 December 16 17:18 EST 2009. Contains 170825 sequences.


AT&T Labs Research