Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A139158
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A139158 Hermite polynomial H(x,n) (A060821) interpolation as a triangular sequence of coefficients: Even-> 2*H(x,n); Odd ->H(x,n)+H(x,n+1). +0
23
2, 1, 2, 0, 4, -2, 2, 4, -4, 0, 8, -2, -12, 4, 8, 0, -24, 0, 16, 12, -12, -48, 8, 16, 24, 0, -96, 0, 32, 12, 120, -48, -160, 16, 32, 0, 240, 0, -320, 0, 64 (list; graph; listen)
OFFSET

1,1

COMMENT

Row sums:

{2, 3, 4, 4, 4, -2, -8, -24, -40, -28, -16}.

FORMULA

Even m-> p(x,m)=2*H(x,n); Odd m ->p(x,m)=H(x,n)+H(x,n+1).

EXAMPLE

{2},

{1, 2},

{0, 4},

{-2, 2, 4},

{-4, 0, 8},

{-2, -12, 4, 8},

{0, -24, 0, 16},

{12, -12, -48, 8, 16},

{24, 0, -96, 0, 32},

{12, 120, -48, -160, 16, 32},

{0, 240, 0, -320, 0, 64}.

MATHEMATICA

Clear[p, x] p[x, 0] = 2*HermiteH[0, x]; p[x, 1] = HermiteH[0, x] + HermiteH[1, x]; p[x, 2] = 2*HermiteH[1, x]; p[x_, m_] := p[x, m] = If[Mod[m, 2] == 0, 2*HermiteH[Floor[m/2], x], HermiteH[ Floor[m/2], x] + HermiteH[Floor[m/2 + 1], x]]; Table[ExpandAll[p[x, n]], {n, 0, 10}]; a = Table[CoefficientList[p[x, n], x], {n, 0, 10}]; Flatten[a] Table[Apply[Plus, CoefficientList[p[x, n], x]], {n, 0, 10}]

CROSSREFS

Cf. A060821.

Sequence in context: A080966 A023895 A070963 this_sequence A055135 A121310 A092419

Adjacent sequences: A139155 A139156 A139157 this_sequence A139159 A139160 A139161

KEYWORD

nonn,uned,tabf

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jun 05 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 6 16:04 EDT 2008. Contains 143483 sequences.


AT&T Labs Research