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!)
A158317 a(n) = 400*n - 1. 2

%I #17 Sep 08 2022 08:45:42

%S 399,799,1199,1599,1999,2399,2799,3199,3599,3999,4399,4799,5199,5599,

%T 5999,6399,6799,7199,7599,7999,8399,8799,9199,9599,9999,10399,10799,

%U 11199,11599,11999,12399,12799,13199,13599,13999,14399,14799,15199

%N a(n) = 400*n - 1.

%C The identity (400*n-1)^2-(400*n^2-2*n)*(20)^2=1 can be written as a(n)^2-A158316(n)*(20)^2 = 1.

%H Vincenzo Librandi, <a href="/A158317/b158317.txt">Table of n, a(n) for n = 1..10000</a>

%H Vincenzo Librandi, <a href="http://mathforum.org/kb/message.jspa?messageID=5785989&amp;tstart=0">X^2-AY^2=1</a>

%H E. J. Barbeau, <a href="http://www.math.toronto.edu/barbeau/home.html">Polynomial Excursions</a>, Chapter 10: <a href="http://www.math.toronto.edu/barbeau/hxpol10.pdf">Diophantine equations</a> (2010), pages 84-85 (row 15 in the first table at p. 85, case d(t) = t*(20^2*t-2)).

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1).

%F a(n) = 2*a(n-1)-a(n-2).

%F G.f.: x*(399+x)/(1-x)^2.

%t LinearRecurrence[{2,-1},{399,799},50]

%o (Magma) I:=[399, 799]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]];

%o (PARI) a(n) = 400*n - 1.

%Y Cf. A158316.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Mar 16 2009

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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)