login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077422 Chebyshev sequence T(n,11) with Diophantine property. 4
1, 11, 241, 5291, 116161, 2550251, 55989361, 1229215691, 26986755841, 592479412811, 13007560326001, 285573847759211, 6269617090376641, 137646002140526891, 3021942430001214961, 66345087457886202251 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Numbers n such that 30*(n^2-1) is square. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 08 2010]

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+1)^2 - 30*(2*b(n))^2 = 1, n>=0, with the companion sequence b(n)=A077421(n).

a(n)=22*a(n-1) - a(n-2), a(-1) := 11, a(0)=1.

a(n)= T(n, 11)= (S(n, 22)-S(n-2, 22))/2 = S(n, 22)-11*S(n-1, 22) with T(n, x), resp. S(n, x), Chebyshev's polynomials of the first, resp. second, kind. See A053120 and A049310. S(n, 22)=A077421(n).

a(n)= (ap^n + am^n)/2 with ap := 11+2*sqrt(30) and am := 11-2*sqrt(30).

a(n)= sum(((-1)^k)*(n/(2*(n-k)))*binomial(n-k, k)*(2*11)^(n-2*k), k=0..floor(n/2)), n>=1.

a(n+1)=sqrt(1 + 30*(2*A077421(n))^2), n>=0.

a(n) = Cosh[2n*ArcSinh[Sqrt[5]]] - Herbert Kociemba (kociemba(AT)t-online.de), Apr 24 2008

G.f.: (1-11*x)/(1-22*x+x^2). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 17 2008]

PROG

sage: [lucas_number2(n, 22, 1)/2 for n in xrange(0, 20)] - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 26 2008

(MAGMA) [n: n in [1..10000000] |IsSquare(30*(n^2-1))] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 08 2010]

CROSSREFS

Cf. A090730.

Sequence in context: A158297 A090921 A089328 * A196258 A121826 A041223

Adjacent sequences:  A077419 A077420 A077421 * A077423 A077424 A077425

KEYWORD

nonn,easy

AUTHOR

Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de), Nov 29 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 13:12 EST 2012. Contains 205909 sequences.