|
| |
|
|
A083861
|
|
Square array of binomial transforms of generalized Fibonacci numbers, read by antidiagonals.
|
|
1
| |
|
|
0, 0, 1, 0, 1, 5, 0, 1, 5, 19, 0, 1, 5, 20, 65, 0, 1, 5, 21, 75, 211, 0, 1, 5, 22, 85, 275, 665, 0, 1, 5, 23, 95, 341, 1000, 2059, 0, 1, 5, 24, 105, 409, 1365, 3625, 6305, 0, 1, 5, 25, 115, 479, 1760, 5461, 13125, 19171, 0, 1, 5, 26, 125, 551, 2185, 7573, 21845, 47500, 58025
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,6
|
|
|
COMMENTS
| Array gives solutions to the recurrences a(n)=5a(n-1)+ka(n-2),a(0)=0,a(1)=1,k>=-6. The rows are the binomial transforms of the rows of array A083857. The rows are the second binomial transforms of the generalized Fibonacci numbers in array A083856. Rows include A002450, A004254, A000351, A052918, A015535, A015536, A015537. The main diagonal is A083863.
|
|
|
FORMULA
| T(n, k)=(((5+sqrt(4k+1))/2)^n-((5-sqrt(4k+1))/2)^n)/sqrt(4k+1)
O.g.f. for row k>=-6: -x/(-1+5*x+k*x^2) . - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Dec 02 2007
|
|
|
EXAMPLE
| Rows begin
0 1 5 19 65 ...
0 1 5 20 75 ...
0 1 5 21 85 ...
0 1 5 22 95 ...
0 1 5 23 105 ...
|
|
|
CROSSREFS
| Cf. A082297.
Sequence in context: A021670 A060081 A197515 * A097591 A164652 A127557
Adjacent sequences: A083858 A083859 A083860 * A083862 A083863 A083864
|
|
|
KEYWORD
| easy,nonn,tabl
|
|
|
AUTHOR
| Paul Barry (pbarry(AT)wit.ie), May 06 2003
|
| |
|
|