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!)
A158413 961n^2 + 2n. 2
963, 3848, 8655, 15384, 24035, 34608, 47103, 61520, 77859, 96120, 116303, 138408, 162435, 188384, 216255, 246048, 277763, 311400, 346959, 384440, 423843, 465168, 508415, 553584, 600675, 649688, 700623, 753480, 808259, 864960, 923583, 984128 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (961*n+1)^2-(961*n^2+2*n)*(31)^2=1 can be written as A158414(n)^2-a(n)*(31)^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*(31^2*t+2)).
FORMULA
a(n) = 3*a(n-1) -3*a(n-2) +a(n-3).
G.f.: x*(963+959*x)/(1-x)^3.
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {963, 3848, 8655}, 50]
PROG
(Magma) I:=[963, 3848, 8655]; [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) = 961*n^2 + 2n.
CROSSREFS
Cf. A158414.
Sequence in context: A031529 A347884 A031709 * A252413 A267973 A267996
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 18 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 07:54 EDT 2024. Contains 371922 sequences. (Running on oeis4.)