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
101, 201, 301, 401, 501, 601, 701, 801, 901, 1001, 1101, 1201, 1301, 1401, 1501, 1601, 1701, 1801, 1901, 2001, 2101, 2201, 2301, 2401, 2501, 2601, 2701, 2801, 2901, 3001, 3101, 3201, 3301, 3401, 3501, 3601, 3701, 3801, 3901, 4001, 4101, 4201, 4301, 4401 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
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
LINKS
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*(10^2*t+2)).
FORMULA
G.f.: x*(101-x)/(1-x)^2. - Vincenzo Librandi, Feb 11 2012
a(n) = 2*a(n-1)-a(n-2). - Vincenzo Librandi, Feb 11 2012
MATHEMATICA
LinearRecurrence[{2, -1}, {101, 201}, 50] (* Vincenzo Librandi, Feb 11 2012 *)
100*Range[50]+1 (* Harvey P. Dale, Apr 12 2024 *)
PROG
(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
(PARI) for(n=1, 40, print1(100*n + 1", ")); \\ Vincenzo Librandi, Feb 11 2012
CROSSREFS
Cf. A158127.
Sequence in context: A100775 A044333 A044714 * A162670 A252664 A134970
KEYWORD
nonn,easy,changed
AUTHOR
Vincenzo Librandi, Mar 13 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 08:59 EDT 2024. Contains 371935 sequences. (Running on oeis4.)