A057088
Scaled Chebyshev U-polynomials evaluated at i*sqrt(5)/2. Generalized Fibonacci sequence.
Original entry on oeis.org
1, 5, 30, 175, 1025, 6000, 35125, 205625, 1203750, 7046875, 41253125, 241500000, 1413765625, 8276328125, 48450468750, 283633984375, 1660422265625, 9720281250000, 56903517578125, 333118994140625, 1950112558593750, 11416157763671875, 66831351611328125, 391237546875000000
Offset: 0
- Indranil Ghosh, Table of n, a(n) for n = 0..1300
- Martin Burtscher, Igor Szczyrba, Rafał Szczyrba, Analytic Representations of the n-anacci Constants and Generalizations Thereof, Journal of Integer Sequences, Vol. 18 (2015), Article 15.4.5.
- A. F. Horadam, Special properties of the sequence W_n(a,b; p,q), Fib. Quart., 5.5 (1967), 424-434. Case n->n+1, a=0,b=1; p=5, q=5.
- Tanya Khovanova, Recursive Sequences
- W. Lang, On polynomials related to powers of the generating function of Catalan's numbers, Fib. Quart. 38 (2000) 408-419. Eqs.(39) and (45),rhs, m=5.
- Eric Weisstein's World of Mathematics, Horadam Sequence
- Index entries for sequences related to Chebyshev polynomials.
- Index entries for linear recurrences with constant coefficients, signature (5,5)
Cf.
A001076,
A006190,
A007482,
A015520,
A015521,
A015523,
A015524,
A015525,
A015528,
A015529,
A015530,
A015531,
A015532,
A015533,
A015534,
A015535,
A015536,
A015537,
A015443,
A015447,
A030195,
A053404,
A057087,
A083858,
A085939,
A090017,
A091914,
A099012,
A180222,
A180226.
-
I:=[1, 5]; [n le 2 select I[n] else 5*Self(n-1) + 5*Self(n-2): n in [0..30]]; // G. C. Greubel, Jan 16 2018
-
a[0]:=0:a[1]:=1:for n from 2 to 50 do a[n]:=5*a[n-1]+5*a[n-2]od: seq(a[n], n=1..33); # Zerinvary Lajos, Dec 14 2008
-
LinearRecurrence[{5,5}, {1,5}, 30] (* G. C. Greubel, Jan 16 2018 *)
-
x='x+O('x^30); Vec(1/(1 - 5*x - 5*x^2)) \\ G. C. Greubel, Jan 16 2018
-
[lucas_number1(n,5,-5) for n in range(1, 22)] # Zerinvary Lajos, Apr 24 2009
A057089
Scaled Chebyshev U-polynomials evaluated at i*sqrt(6)/2. Generalized Fibonacci sequence.
Original entry on oeis.org
1, 6, 42, 288, 1980, 13608, 93528, 642816, 4418064, 30365280, 208700064, 1434392064, 9858552768, 67757668992, 465697330560, 3200729997312, 21998563967232, 151195763787264, 1039165966526976, 7142170381885440
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..200
- Martin Burtscher, Igor Szczyrba, and Rafał Szczyrba, Analytic Representations of the n-anacci Constants and Generalizations Thereof, Journal of Integer Sequences, Vol. 18 (2015), Article 15.4.5.
- A. F. Horadam, Special properties of the sequence W_n(a,b; p,q), Fib. Quart., 5.5 (1967), 424-434. Case n->n+1, a=0,b=1; p=6, q=6.
- Tanya Khovanova, Recursive Sequences
- Wolfdieter Lang, On polynomials related to powers of the generating function of Catalan's numbers, Fib. Quart. 38 (2000) 408-419. Eqs.(39) and (45),rhs, m=6.
- Index entries for sequences related to Chebyshev polynomials.
- Index entries for linear recurrences with constant coefficients, signature (6,6).
Cf.
A001076,
A006190,
A007482,
A015520,
A015521,
A015523,
A015524,
A015525,
A015528,
A015529,
A015530,
A015531,
A015532,
A015533,
A015534,
A015535,
A015536,
A015537,
A015440,
A015441,
A015443,
A015444,
A015445,
A015447,
A015548,
A030195,
A053404,
A057087,
A057088,
A083858,
A085939,
A090017,
A091914,
A099012,
A135030,
A135032,
A180222,
A180226,
A180250.
-
I:=[1,6]; [n le 2 select I[n] else 6*Self(n-1)+6*Self(n-2): n in [1..30]]; // Vincenzo Librandi, Nov 14 2011
-
Join[{a=0,b=1},Table[c=6*b+6*a;a=b;b=c,{n,100}]] (* Vladimir Joseph Stephan Orlovsky, Jan 16 2011 *)
LinearRecurrence[{6,6},{1,6},40] (* Harvey P. Dale, Nov 05 2011 *)
-
x='x+O('x^30); Vec(1/(1-6*x-6*x^2)) \\ G. C. Greubel, Jan 24 2018
-
[lucas_number1(n,6,-6) for n in range(1, 21)] # Zerinvary Lajos, Apr 24 2009
A186446
Expansion of 1/(1 - 7*x + 2*x^2).
Original entry on oeis.org
1, 7, 47, 315, 2111, 14147, 94807, 635355, 4257871, 28534387, 191224967, 1281505995, 8588092031, 57553632227, 385699241527, 2584787426235, 17322113500591, 116085219651667, 777952310560487, 5213495734620075, 34938565521219551
Offset: 0
- Bruno Berselli, Table of n, a(n) for n = 0..800
- Tomislav Doslic, Planar polycyclic graphs and their Tutte polynomials, Journal of Mathematical Chemistry, Volume 51, Issue 6, 2013, pp. 1599-1607.
- Index entries for linear recurrences with constant coefficients, signature (7,-2).
For similar closed formulas:
A015446 [((1+sqrt(41))^(1+n)-(1-sqrt(41))^(1+n))/(2^(1+n)*sqrt(41))],
A015525 [((3+sqrt(41))^n-(3-sqrt(41))^n)/(2^n*sqrt(41))],
A015537 [((5+sqrt(41))^n-(5-sqrt(41))^n)/(2^n*sqrt(41))],
A178869 [((9+sqrt(41))^n-(9-sqrt(41))^n)/(2^n*sqrt(41))].
-
m:=21; R:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/(1-7*x+2*x^2)));
-
I:=[1,7]; [n le 2 select I[n] else 7*Self(n-1)-2*Self(n-2): n in [1..30]]; // Vincenzo Librandi, Aug 19 2013
-
CoefficientList[Series[1 / (1 - 7 x + 2 x^2), {x, 0, 20}], x] (* Vincenzo Librandi, Aug 19 2013 *)
LinearRecurrence[{7,-2},{1,7},30] (* Harvey P. Dale, Aug 06 2017 *)
-
Vec(1/(1-7*x+2*x^2) + O(x^100)) \\ Altug Alkan, Dec 17 2015
A135030
Generalized Fibonacci numbers: a(n) = 6*a(n-1) + 2*a(n-2).
Original entry on oeis.org
0, 1, 6, 38, 240, 1516, 9576, 60488, 382080, 2413456, 15244896, 96296288, 608267520, 3842197696, 24269721216, 153302722688, 968355778560, 6116740116736, 38637152257536, 244056393778688, 1541612667187200
Offset: 0
Cf.
A001076,
A006190,
A007482,
A015520,
A015521,
A015523,
A015524,
A015525,
A015528,
A015529,
A015530,
A015531,
A015532,
A015533,
A015534,
A015535,
A015536,
A015537,
A015440,
A015441,
A015443,
A015444,
A015445,
A015447,
A015548,
A030195,
A053404,
A057087,
A057088,
A083858,
A085939,
A090017,
A091914,
A099012,
A180222,
A180226,
A180250.
-
[n le 2 select n-1 else 6*Self(n-1) + 2*Self(n-2): n in [1..35]]; // Vincenzo Librandi, Sep 18 2016
-
A:= gfun:-rectoproc({a(0) = 0, a(1) = 1, a(n) = 2*(3*a(n-1) + a(n-2))},a(n),remember):
seq(A(n),n=1..30); # Robert Israel, Sep 16 2014
-
Join[{a=0,b=1},Table[c=6*b+2*a;a=b;b=c,{n,100}]] (* Vladimir Joseph Stephan Orlovsky, Jan 16 2011 *)
LinearRecurrence[{6,2},{0,1},30] (* or *) CoefficientList[Series[ -(x/(2x^2+6x-1)),{x,0,30}],x] (* Harvey P. Dale, Jun 20 2011 *)
-
a(n)=([0,1; 2,6]^n*[0;1])[1,1] \\ Charles R Greathouse IV, Oct 03 2016
-
[lucas_number1(n,6,-2) for n in range(0, 21)] # Zerinvary Lajos, Apr 24 2009
A180250
a(n) = 5*a(n-1) + 10*a(n-2), with a(1)=0 and a(2)=1.
Original entry on oeis.org
0, 1, 5, 35, 225, 1475, 9625, 62875, 410625, 2681875, 17515625, 114396875, 747140625, 4879671875, 31869765625, 208145546875, 1359425390625, 8878582421875, 57987166015625, 378721654296875, 2473479931640625, 16154616201171875, 105507880322265625
Offset: 1
Cf.
A001076,
A006190,
A007482,
A015520,
A015521,
A015523,
A015524,
A015525,
A015528,
A015529,
A015530,
A015531,
A015532,
A015533,
A015534,
A015535,
A015536,
A015537,
A015440,
A015441,
A015443,
A015444,
A015445,
A015447,
A030195,
A053404,
A057087,
A057088,
A083858,
A085939,
A090017,
A091914,
A099012,
A180222,
A180226.
-
[n le 2 select n-1 else 5*Self(n-1) +10*Self(n-2): n in [1..30]]; // G. C. Greubel, Jan 16 2018
-
Join[{a=0,b=1},Table[c=5*b+10*a;a=b;b=c,{n,100}]]
LinearRecurrence[{5,10}, {0,1}, 30] (* G. C. Greubel, Jan 16 2018 *)
-
a(n)=([0,1;10,5]^(n-1))[1,2] \\ Charles R Greathouse IV, Oct 03 2016
-
my(x='x+O('x^30)); concat([0], Vec(x^2/(1-5*x-10*x^2))) \\ G. C. Greubel, Jan 16 2018
-
A180250= BinaryRecurrenceSequence(5,10,0,1)
[A180250(n-1) for n in range(1,41)] # G. C. Greubel, Jul 21 2023
A015551
Expansion of x/(1 - 6*x - 5*x^2).
Original entry on oeis.org
0, 1, 6, 41, 276, 1861, 12546, 84581, 570216, 3844201, 25916286, 174718721, 1177893756, 7940956141, 53535205626, 360916014461, 2433172114896, 16403612761681, 110587537144566, 745543286675801, 5026197405777636
Offset: 0
Cf.
A001076,
A006190,
A007482,
A015520,
A015521,
A015523,
A015524,
A015525,
A015528,
A015529,
A015530,
A015531,
A015532,
A015533,
A015534,
A015535,
A015536,
A015537,
A015440,
A015441,
A015443,
A015444,
A015445,
A015447,
A015548,
A030195,
A053404,
A057087,
A057088,
A057089,
A083858,
A085939,
A090017,
A091914,
A099012,
A135030,
A135032,
A180222,
A180226,
A180250.
-
I:=[0,1]; [n le 2 select I[n] else 6*Self(n-1)+5*Self(n-2): n in [1..30]]; // Vincenzo Librandi, Nov 14 2011
-
Join[{a=0,b=1},Table[c=6*b+5*a;a=b;b=c,{n,100}]] (* Vladimir Joseph Stephan Orlovsky, Jan 16 2011 *)
CoefficientList[Series[x/(1-6x-5x^2),{x,0,20}],x] (* or *) LinearRecurrence[ {6,5},{0,1},30] (* Harvey P. Dale, Oct 30 2017 *)
-
a(n)=([0,1; 5,6]^n*[0;1])[1,1] \\ Charles R Greathouse IV, Oct 03 2016
-
[lucas_number1(n,6,-5) for n in range(0, 21)] # Zerinvary Lajos, Apr 24 2009
A122690
a(n) = 5*a(n-1) + 4*a(n-2) with a(0)=1, a(1)=4.
Original entry on oeis.org
1, 4, 24, 136, 776, 4424, 25224, 143816, 819976, 4675144, 26655624, 151978696, 866515976, 4940494664, 28168537224, 160604664776, 915697472776, 5220906022984, 29767320006024, 169720224122056, 967670400634376
Offset: 0
-
a:=[1,4];; for n in [3..35] do a[n]:=5*a[n-1]+4*a[n-2]; od; a; # G. C. Greubel, Dec 26 2019
-
R:=PowerSeriesRing(Integers(), 35); Coefficients(R!( (1-x)/(1-5*x-4*x^2) )); // G. C. Greubel, Dec 26 2019
-
seq(coeff(series((1-x)/(1-5*x-4*x^2), x, n+1), x, n), n = 0..35); # G. C. Greubel, Dec 26 2019
-
LinearRecurrence[{5,4},{1,4},35] (* Harvey P. Dale, Apr 06 2012 *)
Table[2^(n-1)*(2*Fibonacci[n+1, 5/2] - Fibonacci[n, 5/2]), {n,0,35}] (* G. C. Greubel, Dec 26 2019 *)
-
Vec((1-x)/(1-5*x-4*x^2)+O(x^35)) \\ Charles R Greathouse IV, Jan 17 2012
-
def A122690_list(prec):
P. = PowerSeriesRing(ZZ, prec)
return P( (1-x)/(1-5*x-4*x^2) ).list()
A122690_list(35) # G. C. Greubel, Dec 26 2019
A123270
a(0)=1, a(1)=1, a(n) = 5*a(n-1) + 4*a(n-2).
Original entry on oeis.org
1, 1, 9, 49, 281, 1601, 9129, 52049, 296761, 1692001, 9647049, 55003249, 313604441, 1788035201, 10194593769, 58125109649, 331403923321, 1889520055201, 10773215969289, 61424160067249, 350213664213401, 1996764961336001
Offset: 0
-
a123270 n = a123270_list !! n
a123270_list = 1 : 1 : zipWith (-) (map (* 5) $
zipWith (+) (tail a123270_list) a123270_list) a123270_list
-- Reinhard Zumkeller, Aug 16 2013
-
LinearRecurrence[{5,4},{1,1},30] (* Harvey P. Dale, Jul 25 2011 *)
A083861
Square array T(n,k) of second binomial transforms of generalized Fibonacci numbers, read by ascending antidiagonals, with n, k >= 0.
Original entry on oeis.org
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
Offset: 0
Array T(n,k) (with rows n >= 0 and columns k >= 0) begins as follows:
0, 1, 5, 19, 65, 211, 665, 2059, 6305, 19171, ...
0, 1, 5, 20, 75, 275, 1000, 3625, 13125, 47500, ...
0, 1, 5, 21, 85, 341, 1365, 5461, 21845, 87381, ...
0, 1, 5, 22, 95, 409, 1760, 7573, 32585, 140206, ...
0, 1, 5, 23, 105, 479, 2185, 9967, 45465, 207391, ...
0, 1, 5, 24, 115, 551, 2640, 12649, 60605, 290376, ...
0, 1, 5, 25, 125, 625, 3125, 15625, 78125, 390625, ...
...
Cf.
A083856 (second inverse binomial transform),
A083856 (first inverse binomial transform),
A082297 (main diagonal).
-
T:= func< n,k | Round( (((5+Sqrt(4*n+1))/2)^k - ((5-Sqrt(4*n+1))/2)^k)/Sqrt(4*n + 1) ) >;
[T(n-k,k): k in [0..n], n in [0..10]]; // G. C. Greubel, Dec 27 2019
-
seq(seq(round( (((5+sqrt(4*(n-k)+1))/2)^k - ((5-sqrt(4*(n-k)+1))/2)^k)/sqrt(4*(n-k)+1) ), k=0..n), n=0..10); # G. C. Greubel, Dec 27 2019
-
T[n_, k_]:= Round[(((5 +Sqrt[4*n+1])/2)^k - ((5 -Sqrt[4*n+1])/2)^k)/Sqrt[4*n+1]]; Table[T[n-k, k], {n, 0, 10}, {k, 0, n}]//Flatten (* G. C. Greubel, Dec 27 2019 *)
-
T(n, k) = round( (((5+sqrt(4*n+1))/2)^k - ((5-sqrt(4*n+1))/2)^k)/sqrt(4*n + 1) );
for(n=0,10, for(k=0,n, print1(T(n-k,k), ", "))) \\ G. C. Greubel, Dec 27 2019
-
[[round( (((5+sqrt(4*(n-k)+1))/2)^k - ((5-sqrt(4*(n-k)+1))/2)^k)/sqrt(4*(n-k)+1) ) for k in (0..n)] for n in (0..10)] # G. C. Greubel, Dec 27 2019
A189800
a(n) = 6*a(n-1) + 8*a(n-2), with a(0)=0, a(1)=1.
Original entry on oeis.org
0, 1, 6, 44, 312, 2224, 15840, 112832, 803712, 5724928, 40779264, 290475008, 2069084160, 14738305024, 104982503424, 747801460736, 5326668791808, 37942424436736, 270267896954880, 1925146777223168, 13713023838978048, 97679317251653632, 695780094221746176
Offset: 0
Sequences of the form a(n) = c*a(n-1) + d*a(n-2), with a(0)=0, a(1)=1:
c/d...1.......2.......3.......4.......5.......6.......7.......8.......9......10
-
I:=[0,1]; [n le 2 select I[n] else 6*Self(n-1)+8*Self(n-2): n in [1..30]]; // Vincenzo Librandi, Nov 14 2011
-
LinearRecurrence[{6, 8}, {0, 1}, 50]
CoefficientList[Series[-(x/(-1+6 x+8 x^2)),{x,0,50}],x] (* Harvey P. Dale, Jul 26 2011 *)
-
a(n)=([0,1; 8,6]^n*[0;1])[1,1] \\ Charles R Greathouse IV, Oct 03 2016
Showing 1-10 of 13 results.
Comments