A099367 a(n) = A054413(n-1)^2, n >= 1.
0, 1, 49, 2500, 127449, 6497401, 331240000, 16886742601, 860892632649, 43888637522500, 2237459621014849, 114066552034234801, 5815156694124960000, 296458924848338725201, 15113590010571150025249, 770496631614280312562500
Offset: 0
Links
- Michael A. Allen and Kenneth Edwards, Fence tiling derived identities involving the metallonacci numbers squared or cubed, Fib. Q. 60:5 (2022) 5-17.
- Sergio Falcon, Some series of reciprocal k-Fibonacci numbers, Asian Journal of Mathematics and Computer Research, Vol. 11, No. 3 (2016), pp. 184-191; ResearchGate link.
- Index entries for linear recurrences with constant coefficients, signature (50,50,-1).
- Index entries for sequences related to Chebyshev polynomials.
Crossrefs
Programs
-
Mathematica
LinearRecurrence[{50,50,-1},{0,1,49},20] (* Harvey P. Dale, Jul 27 2023 *)
Formula
a(n) = A054413(n-1)^2, n >= 1. a(0)=0.
a(n) = 50*a(n-1) + 50*a(n-2) - a(n-3), n >= 3; a(0)=0, a(1)=1, a(2)=49.
a(n) = 51*a(n-1) - a(n-2) - 2*(-1)^n, n >= 2; a(0)=0, a(1)=1.
a(n) = 2*(T(n, 51/2) - (-1)^n)/53 with twice the Chebyshev polynomials of the first kind: 2*T(n, 51/2) = A099368(n).
G.f.: x*(1-x)/((1-51*x+x^2)*(1+x)) = x*(1-x)/(1-50*x-50*x^2+x^3).
a(n+1) = (1 + (-1)^n)/2 + 49*Sum_{k=1..n} k*a(n+1-k). - Michael A. Allen, Feb 21 2023
Product_{n>=2} (1 + (-1)^n/a(n)) = (7 + sqrt(53))/14 (Falcon, 2016, p. 189, eq. (3.1)). - Amiram Eldar, Dec 03 2024
Comments