A092499 Chebyshev polynomials S(n-1,21) with Diophantine property.
0, 1, 21, 440, 9219, 193159, 4047120, 84796361, 1776676461, 37225409320, 779956919259, 16341869895119, 342399310878240, 7174043658547921, 150312517518628101, 3149388824232642200, 65986852791366858099
Offset: 0
Examples
a(3)=440 because a(1)*440 = a(2)^2-1.
Links
- Indranil Ghosh, Table of n, a(n) for n = 0..756
- Tanya Khovanova, Recursive Sequences
- Index entries for sequences related to Chebyshev polynomials.
- Index entries for linear recurrences with constant coefficients, signature (21,-1).
Crossrefs
Cf. R_3=A001906, R_4=A001353, R_5=A004254, R_6=A001109, R_7=A004187, R_8=A001090, R_9=A018913, R_10=A004189, R_11=A004190, R_12=A004191, R_13=A078362, R_14=A007655, R_15=A078364, R_16=A077412, R_17=A078366, R_18=A049660, R_19=A078368, R_20=A075843, R_21=this, sequence, R_22=A077421. See also A041219 and A041917.
Programs
-
Mathematica
LinearRecurrence[{21,-1},{0,1},30] (* Harvey P. Dale, Apr 23 2015 *)
-
Sage
[lucas_number1(n,21,1) for n in range(0,20)] # Zerinvary Lajos, Jun 25 2008
Formula
a(0)=0, a(1)=1, a(2)=21 and a(n-1)*a(n+1) = a(n)^2-1
a(n) = S(n-1, 21)=U(n-1, 21/2) with S(n, x)=U(n, x/2) Chebyshev's polynomials of the 2nd kind, A049310. S(-1, x)= 0 = U(-1, x).
a(n) = S(2*n-1, sqrt(23))/sqrt(23), n>=1.
a(n) = 21*a(n-1)-a(n-2), n >= 1; a(0)=0, a(1)=1.
a(n) = (ap^n-am^n)/(ap-am) with ap := (21+sqrt(437))/2 and am := (21-sqrt(437))/2.
G.f.: x/(1-21*x+x^2).
a(n+1) = Sum_{k, 0<=k<=n} A101950(n,k)*20^k. - Philippe Deléham, Feb 10 2012
Product {n >= 1} (1 + 1/a(n)) = 1/19*(19 + sqrt(437)). - Peter Bala, Dec 23 2012
Product {n >= 2} (1 - 1/a(n)) = 1/42*(19 + sqrt(437)). - Peter Bala, Dec 23 2012
Extensions
Extension, Chebyshev and Pell comments from Wolfdieter Lang, Aug 31 2004
Corrected by T. D. Noe, Nov 07 2006
Comments