The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A158225 196n - 1. 2
195, 391, 587, 783, 979, 1175, 1371, 1567, 1763, 1959, 2155, 2351, 2547, 2743, 2939, 3135, 3331, 3527, 3723, 3919, 4115, 4311, 4507, 4703, 4899, 5095, 5291, 5487, 5683, 5879, 6075, 6271, 6467, 6663, 6859, 7055, 7251, 7447, 7643, 7839, 8035, 8231, 8427 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (196*n-1)^2-(196*n^2-2*n)*(14)^2=1 can be written as a(n)^2-A158224(n)*(14)^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*(14^2*t-2)).
FORMULA
a(n) = 2*a(n-1)-a(n-2).
G.f.: x*(195+x)/(1-x)^2.
MATHEMATICA
196Range[60]-1 (* Harvey P. Dale, Mar 23 2011 *)
LinearRecurrence[{2, -1}, {195, 391}, 50]
PROG
(Magma) I:=[195, 391]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]];
(PARI) a(n) = 196*n - 1.
CROSSREFS
Cf. A158224.
Sequence in context: A080394 A323975 A055970 * A080913 A343339 A157239
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 May 23 18:59 EDT 2024. Contains 372765 sequences. (Running on oeis4.)