login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161968 E.g.f. L(x) satisfies: L(x) = x*exp(x*d/dx L(x)), where L(x) is the logarithm of e.g.f. of A161967. 3
0, 1, 2, 15, 232, 5905, 220176, 11210479, 743759360, 62179950753, 6387468716800, 790466735915791, 115974842104378368, 19906425428056709425, 3952505003715017695232, 899034956269244372091375 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

EXAMPLE

E.g.f.: L(x) = x + 2*x^2/2! + 15*x^3/3! + 232*x^4/4! + 5905*x^5/5! +...

where exp(L(x)) = exp(x*exp(x*d/dx L(x))) = e.g.f. of A161967:

exp(L(x)) = 1 + x + 3*x^2/2! + 22*x^3/3! + 317*x^4/4! + 7596*x^5/5! +...

PROG

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

CROSSREFS

Cf. A161968 (exp).

Sequence in context: A090301 A197236 A097628 * A192561 A180610 A156750

Adjacent sequences:  A161965 A161966 A161967 * A161969 A161970 A161971

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 23 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 01:56 EST 2012. Contains 205860 sequences.