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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112243 Expansion of exp(x(1+x)/(1-2x)). 0
1, 1, 7, 55, 577, 7441, 113671, 2003527, 39971905, 889608097, 21834577351, 585555975511, 17027451783937, 533460597334705, 17908302027585607, 641152804988733031, 24380543011087797121, 981149507717921468737 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

In general, e.g.f. exp(x(1+ax)/(1-bx)) has general term sum{i=0..n, sum{j=0..n, a^j*b^(n-i-j)*C(i,j)C(n-j-1,n-i-j)*n!/i!}}.

FORMULA

E.g.f.: exp(x(1+x)/(1-2x); a(n)=sum{i=0..n, sum{j=0..n, 2^(n-i-j)*C(i, j)C(n-j-1, n-i-j)*n!/i!}};

MATHEMATICA

With[{nn=20}, CoefficientList[Series[Exp[(x(x+1))/(1-2x)], {x, 0, nn}], x] Range[0, nn]!] (* From Harvey P. Dale, Sep 21 2011 *)

CROSSREFS

Sequence in context: A002882 A094905 A178922 * A083836 A159313 A054910

Adjacent sequences:  A112240 A112241 A112242 * A112244 A112245 A112246

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Aug 29 2005

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 06:37 EST 2012. Contains 205860 sequences.