|
Search: id:A077249
|
|
|
| A077249 |
|
Bisection (odd part) of Chebyshev sequence with Diophantine property. |
|
+0 5
|
|
| 2, 21, 208, 2059, 20382, 201761, 1997228, 19770519, 195707962, 1937309101, 19177383048, 189836521379, 1879187830742, 18602041786041, 184141230029668, 1822810258510639, 18043961355076722, 178616803292256581
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
-24*a(n)^2 + b(n)^2 = 25, with the companion sequence b(n)= A077250(n).
The even part is A077251(n) with Diophantine companion A077409(n).
|
|
LINKS
|
Index entries for sequences related to linear recurrences with constant coefficients
Tanya Khovanova, Recursive Sequences
Index entries for sequences related to Chebyshev polynomials.
|
|
FORMULA
|
a(n) = 10*a(n-1)- a(n-2), a(-1) := -1, a(0)=2.
a(n)= 2*S(n, 10)+S(n-1, 10), with S(n, x) := U(n, x/2), Chebyshev polynomials of 2nd kind, A049310. S(n, 10)= A004189(n+1).
G.f.: (2+x)/(1-10*x+x^2).
|
|
EXAMPLE
|
24*a(1)^2 + 25 = 24*21^2+25 = 10609 = 103^2 = A077250(1)^2.
|
|
PROGRAM
|
(PARI) a(n)=if(n<0, 0, subst(-7*poltchebi(n)+11*poltchebi(n+1), x, 5)/24)
|
|
CROSSREFS
|
Sequence in context: A037756 A037644 A110253 this_sequence A068070 A085953 A037527
Adjacent sequences: A077246 A077247 A077248 this_sequence A077250 A077251 A077252
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de), Nov 08 2002
|
|
|
Search completed in 0.002 seconds
|