login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157610 29282n^2 - 484n + 1. 3
28799, 116161, 262087, 466577, 729631, 1051249, 1431431, 1870177, 2367487, 2923361, 3537799, 4210801, 4942367, 5732497, 6581191, 7488449, 8454271, 9478657, 10561607, 11703121, 12903199, 14161841, 15479047, 16854817, 18289151 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (29282*n^2-484*n+1)^2-(121*n^2-2*n)*(2662*n-22)^2=1 can be written as (a(n))^2-(A157040(n))* (A157609(n)) ^2=1.
LINKS
Vincenzo Librandi, X^2-AY^2=1
Wolfram MathWorld, Pell Equation
FORMULA
a(n) = 3*a(n-1) -3*a(n-2) +a(n-3).
G.f: x*(-28799-29764*x-x^2)/(x-1)^3.
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {28799, 116161, 262087}, 40]
PROG
(Magma) I:=[28799, 116161, 262087]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..40]];
(PARI) a(n) = 29282*n^2-484*n+1.
CROSSREFS
Sequence in context: A259047 A237321 A249957 * A250011 A237727 A252319
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 03 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)