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!)
A157663 a(n) = 8000*n + 40. 3
8040, 16040, 24040, 32040, 40040, 48040, 56040, 64040, 72040, 80040, 88040, 96040, 104040, 112040, 120040, 128040, 136040, 144040, 152040, 160040, 168040, 176040, 184040, 192040, 200040, 208040, 216040, 224040, 232040, 240040, 248040, 256040 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (80000*n^2 + 800*n + 1)^2 - (100*n^2 + n)*(8000*n + 40)^2 = 1 can be written as A157664(n)^2 - A055438(n)*a(n)^2 = 1 (see Bruno Berselli's comment at A157664). - Vincenzo Librandi, Feb 04 2012
LINKS
Vincenzo Librandi, X^2-AY^2=1
FORMULA
G.f.: x*(8040 - 40*x)/(1-x)^2. - Vincenzo Librandi, Feb 04 2012
a(n) = 2*a(n-1) - a(n-2). - Vincenzo Librandi, Feb 04 2012
E.g.f.: 40*(-1 + (1 + 200*x)*exp(x)). - G. C. Greubel, Nov 17 2018
MATHEMATICA
LinearRecurrence[{2, -1}, {8040, 16040}, 50] (* Vincenzo Librandi, Feb 04 2012 *)
PROG
(Magma) I:=[8040, 16040]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]]; // Vincenzo Librandi, Feb 04 2012
(PARI) for(n=1, 50, print1(8000*n + 40", ")); \\ Vincenzo Librandi, Feb 04 2012
(Sage) [40*(200*n + 1) for n in (1..40)] # G. C. Greubel, Nov 17 2018
(GAP) List([1..40], n -> 40*(200*n + 1)); # G. C. Greubel, Nov 17 2018
CROSSREFS
Sequence in context: A345839 A140929 A184371 * A232075 A109486 A032780
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 04 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 12:54 EDT 2024. Contains 371943 sequences. (Running on oeis4.)