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!)
A158370 576n + 1. 2
577, 1153, 1729, 2305, 2881, 3457, 4033, 4609, 5185, 5761, 6337, 6913, 7489, 8065, 8641, 9217, 9793, 10369, 10945, 11521, 12097, 12673, 13249, 13825, 14401, 14977, 15553, 16129, 16705, 17281, 17857, 18433, 19009, 19585, 20161, 20737, 21313 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (576*n+1)^2-(576*n^2+2*n)*(24)^2=1 can be written as a(n)^2-A158369(n)*(24)^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*(24^2*t+2)).
FORMULA
G.f.: x*(577-x)/(1-x)^2.
a(n) = 2*a(n-1)-a(n-2).
MATHEMATICA
LinearRecurrence[{2, -1}, {577, 1153}, 50]
PROG
(Magma) I:=[577, 1153]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]];
(PARI) a(n) = 576*n + 1.
CROSSREFS
Cf. A158369.
Sequence in context: A234499 A218039 A218157 * A244095 A261889 A031726
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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)