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!)
A158365 529n - 1. 2
528, 1057, 1586, 2115, 2644, 3173, 3702, 4231, 4760, 5289, 5818, 6347, 6876, 7405, 7934, 8463, 8992, 9521, 10050, 10579, 11108, 11637, 12166, 12695, 13224, 13753, 14282, 14811, 15340, 15869, 16398, 16927, 17456, 17985, 18514, 19043, 19572 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (529*n-1)^2-(529*n^2-2*n)*(23)^2=1 can be written as a(n)^2-A158364(n)*(23)^2=1.
LINKS
Vincenzo Librandi, X^2-AY^2=1
E. J. Barbeau, Polynomial Excursions, Chapter 10: Diophantine equations (2010), pages 84-85 (row 15 in the first table at p. 85, case d(t) = t*(23^2*t-2)).
FORMULA
a(n) = 2*a(n-1)-a(n-2).
G.f.: x*(528+x)/(1-x)^2.
MATHEMATICA
LinearRecurrence[{2, -1}, {528, 1057}, 50]
529*Range[40]-1 (* Harvey P. Dale, Jul 08 2017 *)
PROG
(Magma) I:=[528, 1057]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]];
(PARI) a(n) = 529*n - 1.
CROSSREFS
Cf. A158364.
Sequence in context: A232885 A085329 A157475 * A076580 A304512 A037944
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 17 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 19 13:40 EDT 2024. Contains 371792 sequences. (Running on oeis4.)