|
| |
|
|
A137526
|
|
A triangular sequence of coefficients based on an expansion of a Enneper like Sheffer expansion function: g(t) = t; f(t) = t; p(x,t) = Exp[x*(t)]*(1 - f(t)2).
|
|
0
| |
|
|
1, 0, 1, -2, 0, 1, 0, -6, 0, 1, 0, 0, -12, 0, 1, 0, 0, 0, -20, 0, 1, 0, 0, 0, 0, -30, 0, 1, 0, 0, 0, 0, 0, -42, 0, 1, 0, 0, 0, 0, 0, 0, -56, 0, 1, 0, 0, 0, 0, 0, 0, 0, -72, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -90, 0, 1
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,4
|
|
|
COMMENTS
| Row sums:
{1, 1, -1, -5, -11, -19, -29, -41, -55, -71, -89};
Here is the relationship that seems to hold:
Weierstrass{f,g)-> Sheffer{g,fbar}.
|
|
|
FORMULA
| g(t) = t; f(t) = t; p(x,t) = Exp[x*(t)]*(1 - f(t)2)=Sum(P(x,n)*t^n/n!,{n,0,Infinity}]; out_n,m=n!*Coefficients(P(x,n)).
|
|
|
EXAMPLE
| {1},
{0, 1},
{-2, 0, 1},
{0, -6, 0, 1},
{0, 0, -12, 0, 1},
{0, 0, 0, -20, 0, 1},
{0, 0, 0, 0, -30, 0, 1},
{0, 0, 0, 0, 0, -42, 0, 1},
{0, 0, 0, 0, 0, 0, -56, 0, 1},
{0, 0, 0, 0, 0, 0, 0, -72, 0, 1},
{0, 0, 0, 0, 0, 0, 0, 0, -90, 0, 1}
|
|
|
MATHEMATICA
| Clear[p, f, g] g[t_] = t; f[t] = t; p[t_] = Exp[x*g[t]]*(1 - f[t]^2); g = Table[ FullSimplify[ExpandAll[(n!)*SeriesCoefficient[ Series[p[t], {t, 0, 30}], n]]], {n, 0, 10}]; a = Table[ CoefficientList[n!*SeriesCoefficient[ FullSimplify[Series[p[t], {t, 0, 30}]], n], x], {n, 0, 10}]; Flatten[a]
|
|
|
CROSSREFS
| Sequence in context: A128890 A196777 A078924 * A137525 A166335 A109187
Adjacent sequences: A137523 A137524 A137525 * A137527 A137528 A137529
|
|
|
KEYWORD
| uned,tabl,sign
|
|
|
AUTHOR
| Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 24 2008
|
| |
|
|