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!)
A158372 576n - 1. 2
575, 1151, 1727, 2303, 2879, 3455, 4031, 4607, 5183, 5759, 6335, 6911, 7487, 8063, 8639, 9215, 9791, 10367, 10943, 11519, 12095, 12671, 13247, 13823, 14399, 14975, 15551, 16127, 16703, 17279, 17855, 18431, 19007, 19583, 20159, 20735, 21311 (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-A158371(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
a(n) = 2*a(n-1)-a(n-2).
G.f.: x*(575+x)/(1-x)^2.
MATHEMATICA
LinearRecurrence[{2, -1}, {575, 1151}, 50]
576*Range[40]-1 (* Harvey P. Dale, Dec 15 2017 *)
PROG
(Magma) I:=[575, 1151]; [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. A158371.
Sequence in context: A369625 A291133 A027456 * A230353 A233482 A027527
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)