A161905
a(n) = 13*a(n-1) - 65*a(n-2) + 156*a(n-3) - 182*a(n-4) + 91*a(n-5) - 13*a(n-6), with a(1)..a(6) as shown.
Original entry on oeis.org
2, 4, 13, 52, 221, 949, 4056, 17186, 72163, 300482, 1241981, 5100758, 20833813, 84695026, 342920942, 1383646433, 5566235714, 22334785486, 89420529809, 357319721889, 1425447435997, 5678246483273, 22590565547134, 89775857333032, 356428030609222, 1413891596961194, 5604509198580578
Offset: 1
It can be shown that 4*X(5) - X(7) = sqrt(26*(13+3*sqrt(13))), 4*X(7) - X(9) = 13*(sqrt(13) - 1)*sqrt(2*(13 + 3*sqrt(13)))/4, and 4*X(11) - X(13) = 130*(sqrt(13) - 2)*sqrt(2*(13 + 3*sqrt(13)))/4, which implies
(4*X(7) - X(9))/(4*X(5) - X(7)) = 13*(sqrt(13) - 1) and
(4*X(11) - X(13))/(4*X(7) - X(9)) = 10*(sqrt(13) - 2)/(sqrt(13) - 1) = 5*(11 - sqrt(13))/6.
We also have a(6) - a(3) - a(1) = 4000, a(9) - 2*a(4) - a(3) + 3*a(1) = 300000, and a(11) - a(5) + a(4) - 2*a(2) - a(1) = 5100000.
- R. Witula and D. Slota, Quasi-Fibonacci numbers of order 13, Thirteenth International Conference on Fibonacci Numbers and their Applications, Congressus Numerantium, 201 (2010), 89-107.
- R. Witula, On some applications of formulas for sums of the unimodular complex numbers, Wyd. Pracowni Komputerowej Jacka Skalmierskiego, Gliwice 2011 (in Polish).
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- R. Witula and D. Slota, Quasi-Fibonacci numbers of order 13, (abstract) see p. 15.
- Index entries for linear recurrences with constant coefficients, signature (13,-65,156,-182,91,-13).
-
LinearRecurrence[{13,-65,156,-182,91,-13}, {2,4,13,52,221,949}, 30]
CoefficientList[Series[(2-22 x+91 x^2-169 x^3+130 x^4-26 x^5)/(1-13 x+ 65 x^2- 156 x^3+182 x^4-91 x^5+13 x^6),{x,0,40}],x] (* Harvey P. Dale, Jun 05 2021 *)
A211988
The Berndt-type sequence number 9 for the argument 2*Pi/13.
Original entry on oeis.org
0, -6, -37, 676, 2882, 12502, -196209, -856850, -3740697, 58876883, 257003504, 1121852777, -17656510365, -77073076671, -336434457597, 5295048110651, 23113603862267, 100894018986142, -1587942800101489, -6931585922526870, -30257313674299627, 476211413709501353
Offset: 0
- R. Witula and D. Slota, Quasi-Fibonacci numbers of order 13, Thirteenth International Conference on Fibonacci Numbers and their Applications, Congressus Numerantium, 201 (2010), 89-107.
- R. Witula, On some applications of formulas for sums of the unimodular complex numbers, Wyd. Pracowni Komputerowej Jacka Skalmierskiego, Gliwice 2011 (in Polish).
A216597
a(n) = 13*a(n-1) - 65*a(n-2) + 156*a(n-3) - 182*a(n-4) + 91*a(n-5) - 13*a(n-6), with initial terms 0, -1, -5, -22, -91, -364.
Original entry on oeis.org
0, -1, -5, -22, -91, -364, -1430, -5564, -21541, -83200, -321100, -1239446, -4787770, -18514119, -71683040, -277913233, -1078918139, -4194134516, -16324764560, -63616690111, -248187382924, -969250588865, -3788814577730, -14823325196459, -58040165033110, -227415509487686
Offset: 0
We have s(2)^4 + s(5)^4 + s(6)^4 + sqrt(13) = s(2)^2 + s(5)^2 + s(6)^2 = (13 - sqrt(13))/2.
We note that 2*a(1) - a(2) = 1, 4*a(2) - a(3) = 2, 4*a(3) - a(4) = 3, 4*a(4) = a(5) and 4*a(n) - a(n+1) < 0 for every n = 5,6,...
- R. Witula and D. Slota, Quasi-Fibonacci numbers of order 13, Thirteenth International Conference on Fibonacci Numbers and their Applications, Congressus Numerantium, 201 (2010), 89-107.
- R. Witula, On some applications of formulas for sums of the unimodular complex numbers, Wyd. Pracowni Komputerowej Jacka Skalmierskiego, Gliwice 2011 (in Polish).
- Andrew Howroyd, Table of n, a(n) for n = 0..200
- G. Dresden and Y. Li, Periodic Weighted Sums of Binomial Coefficients, arXiv:2210.04322 [math.NT], 2022.
- Roman Witula and D. Slota, Quasi-Fibonacci numbers of order 13, (abstract) see p. 15.
- Index entries for linear recurrences with constant coefficients, signature (13,-65,156,-182,91,-13).
-
LinearRecurrence[{13,-65,156,-182,91,-13}, {0,-1,-5,-22,-91,-364}, 30]
-
concat([0], Vec(-x*(13*x^4 -26*x^3 +22*x^2 -8*x +1) / (13*x^6 -91*x^5 +182*x^4 -156*x^3 +65*x^2 -13*x +1) + O(x^30))) \\ Andrew Howroyd, Feb 25 2018
A216508
a(n) = 13*a(n-1) - 65*a(n-2) + 156*a(n-3) - 182*a(n-4) + 91*a(n-5) - 13*a(n-6), with initial terms 6, 13, 39, 130, 455, 1638.
Original entry on oeis.org
6, 13, 39, 130, 455, 1638, 6006, 22308, 83655, 316030, 1200914, 4585308, 17577014, 67603887, 260757536, 1008258225, 3906958055, 15167837542, 58983478554, 229708325847, 895760071050, 3497141791455, 13667427167576, 53464307173927, 209315686335366, 820090746381088, 3215215287887889
Offset: 0
We have a(7)/2 + 2*A216597(7) = 26, 4*X(4) - X(6) = 13 + sqrt(13), 4*X(8) - X(10) = 91, 4*X(10) - X(12) = 13*(21 - sqrt(13)), 4*X(12) - X(14)= 78*(11 - sqrt(13)), 8*X(14) - 2*X(16) = 11*13*sqrt(13)*(3*sqrt(13) - 5) and X(6) - 10*X(2) = -6*sqrt(13) since 2*X(2) = 13 - sqrt(13), 2*X(4) = 39 - 5*sqrt(13), X(6) = 65 - 11*sqrt(13), 2*X(8) = 91*(5 - sqrt(13)), X(10) = 91*(9 - 2*sqrt(13)), X(12) = 3003 - 715*sqrt(13) = 13*(3*77 - 55*sqrt(13)), X(14) = 11154 - 2782*sqrt(13), 2*X(16) = 83655 - 21541*sqrt(13).
- Roman Witula and D. Slota, Quasi-Fibonacci numbers of order 13, Thirteenth International Conference on Fibonacci Numbers and their Applications, Congressus Numerantium, 201 (2010), 89-107.
- Roman Witula, On some applications of formulas for sums of the unimodular complex numbers, Wyd. Pracowni Komputerowej Jacka Skalmierskiego, Gliwice 2011 (in Polish).
-
LinearRecurrence[{13,-65,156,-182,91,-13}, {6,13,39,130,455,1638}, 30]
A216801
a(n) = 13*a(n-1) - 65*a(n-2) + 156*a(n-3) - 182*a(n-4) + 91*a(n-5) - 13*a(n-6).
Original entry on oeis.org
2, -22, -117, -468, -1755, -6513, -24336, -91988, -351689, -1357408, -5277363, -20625774, -80909257, -318173258, -1253243498, -4941450657, -19495914360, -76945654032, -303737001009, -1199041027587, -4733273752831, -18683644465447, -73743457866962
Offset: 1
We have 4*a(3)=a(4), 4*a(4)=a(5)+a(3). The 3-valuation of a(n) for n=1,...,10 is contained in A167366. Moreover it can be obtained X(7) - 22*X(3) = 4*sqrt(2*(13-3*sqrt(13))), 4*X(5) - X(7) = 2*sqrt(26(13-3*sqrt(13))), and 15*X(5) - X(9) = 20*sqrt(26(13-3*sqrt(13))), which implies (15*X(5) - X(9))/(4*X(5) - X(7)) = 10.
- Roman Witula, On some applications of formulas for sums of the unimodular complex numbers, Wyd. Pracowni Komputerowej Jacka Skalmierskiego, Gliwice 2011 (in Polish).
-
LinearRecurrence[{13, -65, 156, -182, 91, -13}, {2, -22, -117, -468, -1755, -6513}, 25] (* Paolo Xausa, Feb 23 2024 *)
A217548
The Berndt-type sequences number 7 for the argument 2*Pi/13.
Original entry on oeis.org
6, 7, -65, -295, -1303, 20631, 89967, 392616, -6178549, -26970688, -117731275, 1852943703, 8088348131, 35306734632, -555682818080, -2425630962790, -10588208505263, 166644858132571, -727427431532172, 3175319503526856, -49975467287014789
Offset: 0
- R. Witula and D. Slota, Quasi-Fibonacci numbers of order 13, Thirteenth International Conference on Fibonacci Numbers and their Applications, Congressus Numerantium, 201 (2010), 89-107.
- R. Witula, On some applications of formulas for sums of the unimodular complex numbers, Wyd. Pracowni Komputerowej Jacka Skalmierskiego, Gliwice 2011 (in Polish).
Cf.
A019698,
A216605,
A216486,
A216508,
A216597,
A216540,
A161905,
A216450,
A216801,
A216861,
A217548,
A217549,
A211988.
A216861
a(n) = 13*a(n-1) - 65*a(n-2) + 156*a(n-3) - 182*a(n-4) + 91*a(n-5) - 13*a(n-6), with initial terms 0, -2, -9, -44, -215, -1001.
Original entry on oeis.org
0, -2, -9, -44, -215, -1001, -4446, -19058, -79677, -327418, -1329601, -5355272, -21446945, -85548138, -340268656, -1350664731, -5353389340, -21195056584, -83846301409, -331483318257, -1309872510973, -5174049465897, -20431456722794, -80660347594658
Offset: 1
We have a(3)-5*a(2)=a(4)-5a(3)=1, a(5)-5*a(4)=5, and 19000 + a(8) = a(4) + 2*a(3) - 2*a(2).
- Roman Witula, On some applications of formulas for sums of the unimodular complex numbers, Wyd. Pracowni Komputerowej Jacka Skalmierskiego, Gliwice 2011 (in Polish).
-
LinearRecurrence[{13, -65, 156, -182, 91, -13}, {0, -2, -9, -44, -215, -1001}, 25] (* Paolo Xausa, Feb 23 2024 *)
A217549
The Berndt-type sequence number 8 for the argument 2*Pi/13.
Original entry on oeis.org
0, -1, 21, 85, 365, -5707, -24935, -108872, 1713705, 7480420, 32652893, -513913649, -2243303605, -9792325686, 154118686736, 672748988550, 2936640671285, -46218967738367, -201752069488280, -880675175822422, 13860700755359325, 60503840705600655, 264107479466296733
Offset: 0
We have A(1) = A(-1) = sqrt((13-3*sqrt(13))/2), A(2) = (7-sqrt(13))/2, A(3) = (2*sqrt(13)-3)*sqrt((13-3*sqrt(13))/26), A(4) = (21-5*sqrt(13))/2, A(5) = ((13*sqrt(13)-37)/2)*sqrt((13-3*sqrt(13))/26), 2*sqrt(13)*A(6) = -295 + 85*sqrt(13), and 2*sqrt(13)*(A(6) - 4*A(4)) + 2*A(2) = -28. Furthermore it can be verified that -a(5)/13 - a(4) - a(3) = A217548(5)/13 + A217548(4) + A217548(3) = -11.
- R. Witula and D. Slota, Quasi-Fibonacci numbers of order 13, Thirteenth International Conference on Fibonacci Numbers and their Applications, Congressus Numerantium, 201 (2010), 89-107.
- R. Witula, On some applications of formulas for sums of the unimodular complex numbers, Wyd. Pracowni Komputerowej Jacka Skalmierskiego, Gliwice 2011 (in Polish).
A218655
The Berndt-type sequence number 10 for the argument 2*Pi/13.
Original entry on oeis.org
2, 4, 13, -176, -786, -3452, 54483, 237722, 1037569, -16329149, -71279530, -311145495, 4897036897, 21376227709, 93310132523, -1468582101731, -6410560285891, -27982966049682, 440416091468393, 1922476035761802, 8391868916275609
Offset: 0
Let us put b(n) = A211988(n) + a(n)*sqrt(13). Then we get b(0) = 2*sqrt(13), b(1) = -6 + 4*sqrt(13), b(2) = -37 + 13*sqrt(13), b(3) = 676 - 176*sqrt(13), b(4) = 2882 - 786*sqrt(13), b(5) = 12502 - 3452*sqrt(13).
- R. Witula and D. Slota, Quasi-Fibonacci numbers of order 13, Thirteenth International Conference on Fibonacci Numbers and their Applications, Congressus Numerantium, 201 (2010), 89-107.
- R. Witula, On some applications of formulas for sums of the unimodular complex numbers, Wyd. Pracowni Komputerowej Jacka Skalmierskiego, Gliwice 2011 (in Polish).
Showing 1-9 of 9 results.
Comments