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!)
A157798 a(n) = 1482401250*n^2 - 658736100*n + 73180801. 3
896845951, 4685313601, 11438583751, 21156656401, 33839531551, 49487209201, 68099689351, 89676972001, 114219057151, 141725944801, 172197634951, 205634127601, 242035422751, 281401520401, 323732420551, 369028123201, 417288628351 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (1482401250*n^2 - 658736100*n + 73180801)^2 - (27225*n^2 - 12098*n + 1344)*(8984250*n - 1996170)^2 = 1 can be written as a(n)^2 - A157796(n)*A157797(n)^2 = 1.
This is the case s=165 and r=6049 of the identity (2*(s^2*n-r)^2-1)^2 - (((s^2*n-r)^2-1)/s^2)*(2*s*(s^2*n-r))^2 = 1, where ((s^2*n-r)^2-1)/s^2 is an integer if r^2 == 1 (mod s^2). Therefore, for s=165, nonnegative r values are: 1, 1574, 6049, 7624, 19601, 21176, 25651, ... - Bruno Berselli, Apr 24 2018
LINKS
FORMULA
G.f.: x*(896845951 + 1994775748*x + 73180801*x^2)/(1 - x)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {896845951, 4685313601, 11438583751}, 30]
PROG
(Magma) I:=[896845951, 4685313601, 11438583751]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+Self(n-3): n in [1..30]];
(PARI) a(n) = 1482401250*n^2 - 658736100*n + 73180801;
CROSSREFS
Sequence in context: A183708 A210299 A178557 * A328135 A189229 A051470
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 07 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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)