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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136633 G.f.: A(x) = Series_Reversion( x / Sum_{n>=0} (n+1)!*x^n ). 0
1, 2, 10, 68, 544, 4832, 46312, 471536, 5055328, 56795840, 667286656, 8197599104, 105446118784, 1423627264256, 20234885027968, 303737480337152, 4827671316780544, 81385455480335360, 1455806861755411456 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

G.f. A(x) satisfies: A(x) = F(x*A(x)) and A(x/F(x)) = F(x); a(n) = [x^n] F(x)^n / (n+1); where F(x) = Sum_{n>=0} (n+1)!*x^n.

EXAMPLE

G.f.: A(x) = 1 + 2x + 10x^2 + 68x^3 + 544x^4 + 4832x^5 + 46312x^6 +...

Let F(x) = 1 + 2x + 6x^2 + 24x^3 + 120x^4 + 720x^5 +...+ (n+1)!*x^n +...

then A(x) = F(x*A(x)) and A(x/F(x)) = F(x);

also, a(n) = coefficient of x^n in F(x)^n divided by (n+1).

PROG

(PARI) a(n)=polcoeff(serreverse(x/sum(k=0, n, (k+1)!*x^k +x*O(x^n))), n)

CROSSREFS

Cf. A090753, A075834.

Sequence in context: A147725 A074603 A110520 * A082580 A136658 A165968

Adjacent sequences:  A136630 A136631 A136632 * A136634 A136635 A136636

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 14 2008

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 10:53 EST 2012. Contains 205904 sequences.