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!)
A157861 a(n) = 3600*n^2 + n. 3
3601, 14402, 32403, 57604, 90005, 129606, 176407, 230408, 291609, 360010, 435611, 518412, 608413, 705614, 810015, 921616, 1040417, 1166418, 1299619, 1440020, 1587621, 1742422, 1904423, 2073624, 2250025, 2433626, 2624427, 2822428 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (103680000*n^2 + 28800*n + 1)^2 - (3600*n^2 + n)*(1728000*n + 240)^2 = 1 can be written as A157863(n)^2 - a(n)*A157862(n)^2 = 1. - Vincenzo Librandi, Jan 25 2012
LINKS
Vincenzo Librandi, X^2-AY^2=1
FORMULA
G.f.: x*(3601 + 3599*x)/(1-x)^3. - Colin Barker, Jan 17 2012
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). - Vincenzo Librandi, Jan 25 2012
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {3601, 14402, 32403}, 40] (* Vincenzo Librandi, Jan 25 2012 *)
PROG
(Magma) I:=[3601, 14402, 32403]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..40]]; // Vincenzo Librandi, Jan 25 2012
(PARI) for(n=1, 22, print1(3600*n^2 + n", ")); \\ Vincenzo Librandi, Jan 25 2012
CROSSREFS
Sequence in context: A068291 A003838 A296907 * A031558 A045817 A107538
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 08 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 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)