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!)
A157444 a(n) = 1331*n - 209. 3
1122, 2453, 3784, 5115, 6446, 7777, 9108, 10439, 11770, 13101, 14432, 15763, 17094, 18425, 19756, 21087, 22418, 23749, 25080, 26411, 27742, 29073, 30404, 31735, 33066, 34397, 35728, 37059, 38390, 39721, 41052, 42383, 43714, 45045, 46376 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (14641*n^2 - 4598*n + 362)^2 - (121*n^2 - 38*n + 3)*(1331*n - 209)^2 = 1 can be written as A157445(n)^2 - A157443(n)*a(n)^2 = 1. - Vincenzo Librandi, Jan 26 2012
LINKS
Vincenzo Librandi, X^2-AY^2=1
FORMULA
a(n) = 2*a(n-1) - a(n-2). - Vincenzo Librandi, Jan 26 2012
G.f.: x*(209*x + 1122)/(x-1)^2. - Vincenzo Librandi, Jan 26 2012
MATHEMATICA
LinearRecurrence[{2, -1}, {1122, 2453}, 40] (* Vincenzo Librandi, Jan 26 2012 *)
PROG
(Magma) I:=[1122, 2453]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]]; // Vincenzo Librandi, Jan 26 2012
(PARI) for(n=1, 22, print1(1331*n - 209", ")); \\ Vincenzo Librandi, Jan 26 2012
CROSSREFS
Sequence in context: A317962 A334963 A327431 * A324404 A158729 A346219
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 01 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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)