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!)
A168347 Coefficients of the expansion of:p(x,t)=(1 - x)/((1 - x*Exp[t*(1 - x)])*(1 - x*Exp[t*(1 + x)])) 0
1, 1, 2, 1, 1, 7, 7, 9, 1, 18, 39, 68, 55, 10, 1, 1, 41, 181, 381, 691, 395, 215, 15, 1, 88, 733, 2048, 5378, 6512, 5026, 2816, 381, 56, 1, 1, 183, 2703, 10921, 34826, 71590, 78590, 76146, 34853, 11123, 1603, 21, 1, 374, 9355, 56668, 211865, 627434, 1000219 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Row sums are:
{1, 4, 24, 192, 1920, 23040, 322560, 5160960, 92897280, 1857945600,...}
LINKS
FORMULA
p(x,t)=(1 - x)/((1 - x*Exp[t*(1 - x)])*(1 - x*Exp[t*(1 + x)]))
EXAMPLE
{1},
{1, 2, 1},
{1, 7, 7, 9},
{1, 18, 39, 68, 55, 10, 1},
{1, 41, 181, 381, 691, 395, 215, 15},
{1, 88, 733, 2048, 5378, 6512, 5026, 2816, 381, 56, 1},
{1, 183, 2703, 10921, 34826, 71590, 78590, 76146, 34853, 11123, 1603, 21},
{1, 374, 9355, 56668, 211865, 627434, 1000219, 1284488, 1109403, 573546, 245337, 37724, 4299, 246, 1},
{1, 757, 31009, 282445, 1275829, 4828105, 10948261, 17566417, 22506403, 17850207, 11567907, 4707207, 1126119, 197667, 8919, 27},
{1, 1524, 99777, 1350960, 7699308, 34659024, 106620396, 214473168, 357213030, 407969912, 351650086, 236212432, 99526828, 33716944, 6116140, 587824, 47233, 1012, 1}
MATHEMATICA
p[t_] = (1 - x)/((1 - x*Exp[t*(1 - x)])*(1 - x*Exp[t*(1 + x)]))
a = Table[ CoefficientList[FullSimplify[ExpandAll[n!*(( 1 - x)^(n + 1)/(2*x))*SeriesCoefficient[ Series[p[t], {t, 0, 30}], n]]], x], {n, 1, 10}]
Flatten[a]
CROSSREFS
Sequence in context: A128596 A176305 A139349 * A120475 A086738 A351083
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, Nov 23 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 July 5 21:43 EDT 2024. Contains 374029 sequences. (Running on oeis4.)