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!)
A158218 169n^2 - 2n. 2
167, 672, 1515, 2696, 4215, 6072, 8267, 10800, 13671, 16880, 20427, 24312, 28535, 33096, 37995, 43232, 48807, 54720, 60971, 67560, 74487, 81752, 89355, 97296, 105575, 114192, 123147, 132440, 142071, 152040, 162347, 172992, 183975, 195296 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (169*n-1)^2-(169*n^2-2*n)*(13)^2=1 can be written as A158219(n)^2-a(n)*(13)^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*(13^2*t-2)).
FORMULA
a(n) = 3*a(n-1) -3*a(n-2) +a(n-3).
G.f.: x*(-167-171*x)/(x-1)^3.
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {167, 672, 1515}, 50]
PROG
(Magma) I:=[167, 672, 1515]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..50]];
(PARI) a(n) = 169*n^2 - 2*n.
CROSSREFS
Cf. A158219.
Sequence in context: A142431 A142776 A362542 * A142287 A167574 A250586
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 12 18:22 EDT 2024. Contains 372494 sequences. (Running on oeis4.)