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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136448 A Hermite-like even powered polynomial recursion as a triangle of coefficients: P(x, n) = x^2*P=(x, n - 1) - n^2*P(x, n - 2). 0
1, 0, 0, 1, -4, 0, 0, 0, 1, 0, 0, -13, 0, 0, 0, 1, 64, 0, 0, 0, -29, 0, 0, 0, 1, 0, 0, 389, 0, 0, 0, -54, 0, 0, 0, 1, -2304, 0, 0, 0, 1433, 0, 0, 0, -90, 0, 0, 0, 1, 0, 0, -21365, 0, 0, 0, 4079, 0, 0, 0, -139, 0, 0, 0, 1, 147456, 0, 0, 0, -113077, 0, 0, 0, 9839, 0, 0, 0, -203, 0, 0, 0, 1, 0, 0, 1878021, 0, 0, 0, -443476, 0, 0, 0, 21098, 0, 0, 0 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,5

COMMENTS

Roe Sums are:

{1, 1, -3, -12, 36, 336, -960, -17424, 44016, 1455360, -2946240};

The double functional integrals show this is nonorthogonal polynomials set:

Table[Table[Integrate[Exp[ -x^2/2]*P[x, n]*P[x, m], {x, -Infinity, Infinity}], {n, 0, 10}], {m, 0, 10}]

for the Hermite weight function on an Infinite domain.

FORMULA

P(x,0)=1;P(x,2)=x^2 P(x, n) = x^2*P=(x, n - 1) - n^2*P(x, n - 2)

EXAMPLE

{1},

{0, 0, 1},

{-4, 0, 0, 0, 1},

{0, 0, -13, 0, 0, 0, 1},

{64, 0, 0, 0, -29, 0, 0, 0, 1},

{0, 0, 389, 0, 0, 0, -54, 0, 0, 0, 1},

{-2304, 0, 0, 0,1433, 0, 0, 0, -90, 0, 0, 0, 1},

{0, 0, -21365, 0, 0, 0, 4079, 0, 0, 0, -139, 0, 0, 0, 1},

{147456, 0, 0, 0, -113077, 0, 0, 0, 9839, 0, 0, 0, -203, 0, 0, 0, 1},

{0, 0, 1878021, 0, 0, 0, -443476, 0, 0, 0, 21098, 0, 0, 0, -284,0, 0, 0, 1},

{-14745600, 0, 0, 0, 13185721, 0, 0, 0, -1427376, 0,0, 0, 41398, 0, 0, 0, -384, 0, 0, 0, 1}

MATHEMATICA

P[x, 0] = 1; P[x, 1] = x^2; P[x_, n_] := P[x, n] = x^2*P[x, n - 1] - n^2*P[x, n - 2]; Table[ExpandAll[P[x, n]], {n, 0, 10}]; a = Table[CoefficientList[P[x, n], x], {n, 0, 10}]; Flatten[a]

CROSSREFS

Sequence in context: A108708 A005925 A070206 * A128975 A152894 A152898

Adjacent sequences:  A136445 A136446 A136447 * A136449 A136450 A136451

KEYWORD

uned,tabl,sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 19 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 17 13:28 EST 2012. Contains 206031 sequences.