Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A146898
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A146898 Lower polynomial approximation of Eulerian numbers: t0(n,m)=If[Mod[2*Binomial[n, m], 2] - Mod[Binomial[n, m], 2] == 0, Binomial[n, m]/2, Binomial[n, m] + 1]; p(x,n)=If[n == 0, 1, (x + 1)^n + Sum[t0(n,m)*x^m*(1 + x^(n - 2*m)), {m, 1, n - 1}]]. +0
1
1, 1, 1, 1, 4, 1, 1, 11, 11, 1, 1, 8, 12, 8, 1, 1, 17, 20, 20, 17, 1, 1, 12, 47, 40, 47, 12, 1, 1, 23, 65, 107, 107, 65, 23, 1, 1, 16, 56, 112, 140, 112, 56, 16, 1, 1, 29, 72, 168, 252, 252, 168, 72, 29, 1, 1, 20, 137, 240, 420, 504, 420, 240, 137, 20, 1 (list; graph; listen)
OFFSET

0,5

COMMENT

Row sums are:{1, 2, 6, 24, 30, 76, 160, 392, 510, 1044, 2140}. The effort here was to match the modulo two behavior to the Sierpinski gasket while adding a term polynomial.

FORMULA

t0(n,m)=If[Mod[2*Binomial[n, m], 2] - Mod[Binomial[n, m], 2] == 0, Binomial[n, m]/2, Binomial[n, m] + 1]; p(x,n)=If[n == 0, 1, (x + 1)^n + Sum[t0(n,m)*x^m*(1 + x^(n - 2*m)), {m, 1, n - 1}]]; t(n,m)=coefficients(p(x,n)).

EXAMPLE

{1}, {1, 1}, {1, 4, 1}, {1, 11, 11, 1}, {1, 8, 12, 8, 1}, {1, 17, 20, 20, 17, 1}, {1, 12, 47, 40, 47, 12, 1}, {1, 23, 65, 107, 107, 65, 23, 1}, {1, 16, 56, 112, 140, 112, 56, 16, 1}, {1, 29, 72, 168, 252, 252, 168, 72, 29, 1}, {1, 20, 137, 240, 420, 504, 420, 240, 137, 20, 1}

MATHEMATICA

Clear[t, p, x, n]; t[n_, m_] = If[Mod[2*Binomial[n, m], 2] - Mod[Binomial[n, m], 2] == 0, Binomial[n, m]/2, Binomial[n, m] + 1]; p[x_, n_] = If[n == 0, 1, (x + 1)^n + Sum[t[n, m]*x^m*(1 + x^(n - 2*m)), {m, 1, n - 1}]]; Table[CoefficientList[FullSimplify[ExpandAll[p[x, n]]], x], {n, 0, 10}]; Flatten[%]

CROSSREFS

Sequence in context: A112500 A152938 A154096 this_sequence A152970 A154986 A154983

Adjacent sequences: A146895 A146896 A146897 this_sequence A146899 A146900 A146901

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Nov 02 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 November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research