Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123019
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123019 Triangular array from a Bezier transform of the Morgan-Voyce Polynomials with recursion:F(n+1,x)=xF(n,x)+F(n-1,x):triangular T(n, k) := binomial[n + k, n - k]. +0
1
1, 1, 1, 1, -1, 1, 3, -4, 1, 1, 6, -9, 3, 1, 10, -15, 3, 3, -1, 1, 15, -20, -6, 18, -8, 1, 1, 21, -21, -35, 60, -30, 5, 1, 28, -14, -98, 145, -70, 5, 5, -1, 1, 36, 6, -210, 279, -100, -45, 45, -12, 1, 1, 45, 45, -384, 441, -21, -280, 210, -63, 7 (list; table; graph; listen)
OFFSET

1,7

REFERENCES

Eric Weisstein's World of Mathematics, "Morgan-Voyce Polynomials." http://mathworld.wolfram.com/Morgan-VoycePolynomials.html

FORMULA

T(n, k) := binomial[n + k, n - k] (* Bezier transform:*) T'(n,k)=T(n, k)*p^k*(1 - p)^(n - k)

EXAMPLE

1

1

1, 1, -1

1, 3,-4, 1

1, 6,-9, 3

1, 10,-15, 3, 3,-1

1, 15, -20, -6, 18,-8, 1

1, 21, -21, -35, 60, -30, 5

MATHEMATICA

T[n_, k_] := Binomial[n + k, n - k]; a = Table[CoefficientList[Sum[T[n, k]*p^k*(1 - p)^(n - k), {k, 0, n}], p], {n, 0, 10}]; Flatten[a]

CROSSREFS

Cf. A085478.

Sequence in context: A073366 A001086 A105283 this_sequence A085710 A106650 A076942

Adjacent sequences: A123016 A123017 A123018 this_sequence A123020 A123021 A123022

KEYWORD

sign,uned,tabl

AUTHOR

Roger Bagula and Gary Adamson (rlbagulatftn(AT)yahoo.com), Sep 24 2006

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 December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research