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!)
A158229 225n + 1. 2
226, 451, 676, 901, 1126, 1351, 1576, 1801, 2026, 2251, 2476, 2701, 2926, 3151, 3376, 3601, 3826, 4051, 4276, 4501, 4726, 4951, 5176, 5401, 5626, 5851, 6076, 6301, 6526, 6751, 6976, 7201, 7426, 7651, 7876, 8101, 8326, 8551, 8776, 9001, 9226, 9451, 9676 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (225*n+1)^2-(225*n^2+2*n)*(15)^2=1 can be written as a(n)^2-A158228(n)*(15)^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*(15^2*t+2)).
FORMULA
a(n) = 2*a(n-1)-a(n-2).
G.f.: x*(226-x)/(1-x)^2.
MATHEMATICA
LinearRecurrence[{2, -1}, {226, 451}, 50]
PROG
(Magma) I:=[226, 451]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]];
(PARI) a(n) = 225*n + 1.
CROSSREFS
Cf. A158228.
Sequence in context: A296810 A067265 A218040 * A031708 A156814 A251605
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 14 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 March 29 17:07 EDT 2024. Contains 371280 sequences. (Running on oeis4.)