login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A171770 Coefficients of expansion of:p(t,y)=-Exp[t/4]/(-2 + y*Exp[t/4] + y*Exp[3*t/4]) 0
1, -1, -1, 1, 7, -1, -32, -17, 2, 1, 131, 263, -11, -1, -522, -2672, -782, 153, -16, 1, 2073, 22868, 23108, -2157, 187, -1, -8248, -179475, -410608, -61903, 18408, -3565, 272, 1, 32887, 1342125, 5870299, 3525859, -524187, 79087, -4151, -1, -131318 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row sums are:
{1,-2, 8, -48, 384, -3840, 46080, -645120, 10321920, -185794560, 3715891200,...}
LINKS
FORMULA
p(t,y)=-Exp[t/4]/(-2 + y*Exp[t/4] + y*Exp[3*t/4])
The scaling function is:
s(y,n)=(1 - y)^(n + 1)*2*(-4)^n*n!
EXAMPLE
{1},
{-1, -1},
{1, 7},
{-1, -32, -17, 2},
{1, 131, 263, -11},
{-1, -522, -2672, -782, 153, -16},
{1, 2073, 22868, 23108, -2157, 187},
{-1, -8248, -179475, -410608, -61903, 18408, -3565, 272},
{1, 32887, 1342125, 5870299, 3525859, -524187, 79087, -4151},
{-1, -131318, -9756650, -74354342, -98711444, -5029394, 3014698, -948050, 129877, -7936},
{1, 524789, 69743642, 873642650, 2116045028, 790707644, -166952794, 35456678, -3428005, 151567}
MATHEMATICA
Clear[m, n, t, x, y, a]
f[t_, y_] = -Exp[t/4]/(-2 + y*Exp[t/4] + y*Exp[3*t/4]) Table[ FullSimplify[ ExpandAll[(1 - y)^(n + 1)*2*(-4)^n* n!*SeriesCoefficient[ Series[f[t, y], {t, 0, 30}], n]]], {n, 0, 10}]
a = Table[ CoefficientList[FullSimplify[ExpandAll[( 1 - y)^(n + 1)*2*(-4)^n*n!*SeriesCoefficient[ Series[f[t, y], {t, 0, 30}], n]]], y], {n, 0, 10}]
Flatten[a]
CROSSREFS
Sequence in context: A084181 A002678 A147482 * A050402 A027643 A225122
KEYWORD
sign,uned
AUTHOR
Roger L. Bagula, Dec 18 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)