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!)
A158128 100n + 1. 4

%I #22 Apr 12 2024 16:20:21

%S 101,201,301,401,501,601,701,801,901,1001,1101,1201,1301,1401,1501,

%T 1601,1701,1801,1901,2001,2101,2201,2301,2401,2501,2601,2701,2801,

%U 2901,3001,3101,3201,3301,3401,3501,3601,3701,3801,3901,4001,4101,4201,4301,4401

%N 100n + 1.

%C The identity (100*n+1)^2-(100*n^2+2*n)*10^2 = 1 can be written as a(n)^2-A158127(n)*10^2 = 1. - _Vincenzo Librandi_, Feb 11 2012

%H Vincenzo Librandi, <a href="/A158128/b158128.txt">Table of n, a(n) for n = 1..10000</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*(10^2*t+2)).

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

%F G.f.: x*(101-x)/(1-x)^2. - _Vincenzo Librandi_, Feb 11 2012

%F a(n) = 2*a(n-1)-a(n-2). - _Vincenzo Librandi_, Feb 11 2012

%t LinearRecurrence[{2, -1}, {101, 201}, 50] (* _Vincenzo Librandi_, Feb 11 2012 *)

%t 100*Range[50]+1 (* _Harvey P. Dale_, Apr 12 2024 *)

%o (Magma) I:=[101, 201]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]]; \\ _Vincenzo Librandi_, Feb 11 2012

%o (PARI) for(n=1, 40, print1(100*n + 1", ")); \\ _Vincenzo Librandi_, Feb 11 2012

%Y Cf. A158127.

%K nonn,easy,changed

%O 1,1

%A _Vincenzo Librandi_, Mar 13 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 23 12:08 EDT 2024. Contains 371912 sequences. (Running on oeis4.)