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!)
A157863 a(n) = 103680000*n^2 + 28800*n + 1. 3
103708801, 414777601, 933206401, 1658995201, 2592144001, 3732652801, 5080521601, 6635750401, 8398339201, 10368288001, 12545596801, 14930265601, 17522294401, 20321683201, 23328432001, 26542540801, 29964009601, 33592838401 (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 a(n)^2 - A157861(n)*A157862(n)^2 = 1. - Vincenzo Librandi, Jan 25 2012
LINKS
Vincenzo Librandi, X^2-AY^2=1
FORMULA
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). - Vincenzo Librandi, Jan 25 2012
G.f.: x*(-x^2 - 103651198*x - 103708801)/(x-1)^3. - Vincenzo Librandi, Jan 25 2012
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {103708801, 414777601, 933206401}, 40] (* Vincenzo Librandi, Jan 25 2012 *)
Table[103680000*n^2+28800*n+1, {n, 20}] (* Harvey P. Dale, May 27 2020 *)
PROG
(Magma) I:=[103708801, 414777601, 933206401]; [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(103680000*n^2 + 28800*n + 1", ")); \\ Vincenzo Librandi, Jan 25 2012
CROSSREFS
Sequence in context: A112717 A114679 A157859 * A176773 A035498 A018897
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 24 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)