|
Search: id:A137277
|
|
|
| A137277 |
|
False Boubaker polynomials as a triangular sequence of coefficients: alike for the first four rows then different. |
|
+0 2
|
|
| 1, 0, 1, 2, 0, 1, 0, 1, 0, 1, -6, 0, 0, 0, 1, 0, -6, 0, -1, 0, 1, 20, 0, -5, 0, -2, 0, 1, 0, 25, 0, -3, 0, -3, 0, 1, -70, 0, 28, 0, 0, 0, -4, 0, 1, 0, -98, 0, 28, 0, 4, 0, -5, 0, 1, 252, 0, -126, 0, 24, 0, 9, 0, -6, 0, 1
(list; graph; listen)
|
|
|
OFFSET
|
1,4
|
|
|
COMMENT
|
Row sums grow slowly and don't repeat as they do in the Boubaker polynomials:
{1, 1, 3, 2, -5, -6, 14, 20, -45, -70, 154}
|
|
REFERENCES
|
http://planetmath.org/encyclopedia/BoubakerPolynomials.html
|
|
FORMULA
|
B(x,n)=If[n > 0, Sum[(-1)^p*Binomial[n, p]*(n - 4*p)*x^(n - 2*p)/n, {p, 0, Floor[n/2]}], 1]
|
|
EXAMPLE
|
{1},
{0, 1},
{2, 0, 1},
{0, 1, 0, 1},
{-6, 0, 0, 0, 1},
{0, -6, 0, -1, 0, 1},
{20, 0, -5, 0, -2, 0, 1},
{0, 25, 0, -3,0, -3, 0, 1},
{-70, 0, 28, 0, 0, 0, -4, 0, 1},
{0, -98, 0, 28, 0,4, 0, -5, 0, 1},
{252, 0, -126, 0, 24, 0, 9, 0, -6, 0, 1}
|
|
MATHEMATICA
|
B[x_, n_] = If[n > 0, Sum[(-1)^p*Binomial[n, p]*(n - 4*p)*x^(n - 2*p)/n, {p, 0, Floor[n/2]}], 1]; a = Table[CoefficientList[B[x, n], x], {n, 0, 10}]; Flatten[a]
|
|
CROSSREFS
|
Cf. A138034.
Sequence in context: A127523 A116927 A140581 this_sequence A039975 A016253 A117188
Adjacent sequences: A137274 A137275 A137276 this_sequence A137278 A137279 A137280
|
|
KEYWORD
|
nonn,uned
|
|
AUTHOR
|
Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 13 2008
|
|
|
Search completed in 0.002 seconds
|