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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117715 Triangle T(n,m) containing the value of the Fibonacci polynomial F(n,x) at x=m. 2
0, 1, 1, 0, 1, 2, 1, 2, 5, 10, 0, 3, 12, 33, 72, 1, 5, 29, 109, 305, 701, 0, 8, 70, 360, 1292, 3640, 8658, 1, 13, 169, 1189, 5473, 18901, 53353, 129949, 0, 21, 408, 3927, 23184, 98145, 328776, 927843, 2298912, 1, 34, 985, 12970, 98209, 509626, 2026009 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,6

REFERENCES

Steven Wolfram, The Mathematica Book, Cambridge University Press, 3rd ed. 1996, page 728

LINKS

Eric W. Weisstein, Fibonacci Polynomial, MathWorld.

Wikipedia, Fibonacci Polynomial

FORMULA

T(n,1) = A000045(n). T(n,3)=A006190(n). T(n,4) = A001076(n). T(n,5) = A052918(n-1). [Nov 17, 2009]

T(5,m) = A057721(m). T(6,m) = A124152(m). [Nov 17, 2009]

EXAMPLE

0;

1, 1;

0, 1, 2;

1, 2, 5, 10;

0, 3, 12, 33, 72;

1, 5, 29, 109, 305, 701;

0, 8, 70, 360, 1292, 3640, 8658;

1, 13, 169, 1189, 5473, 18901, 53353, 129949;

MAPLE

with(combinat):for n from 0 to 9 do seq(fibonacci(n, m), m = 0 .. n) od; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 09 2008

MATHEMATICA

a = Table[Table[Fibonacci[n, m], {m, 0, n}], {n, 0, 10}] Flatten[a]

CROSSREFS

Cf. A000045, A117716, A049310, A073133, A157103 (antidiagonals).

Sequence in context: A199599 A201163 A049901 * A160457 A107087 A115141

Adjacent sequences:  A117712 A117713 A117714 * A117716 A117717 A117718

KEYWORD

nonn,easy,tabl

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 13 2006

EXTENSIONS

Definition simplified by the Assoc. Editors of the OEIS, Nov 17 2009.

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 16 07:38 EST 2012. Contains 205880 sequences.