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!)
A157816 a(n) = 1482401250*n^2 - 108900*n + 1. 3
1482292351, 5929387201, 13341284551, 23717984401, 37059486751, 53365791601, 72636898951, 94872808801, 120073521151, 148239036001, 179369353351, 213464473201, 250524395551, 290549120401, 333538647751, 379492977601, 428412109951 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (1482401250*n^2 - 108900*n + 1)^2 - (27225*n^2 - 2*n)*(8984250*n - 330)^2 = 1 can be written as a(n)^2 - A157814(n)*A157815(n)^2 = 1.
This is the case s=165 and r=1 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). - Bruno Berselli, Apr 24 2018
LINKS
FORMULA
G.f.: x*(1482292351 + 1482510148*x + x^2)/(1 - x)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {1482292351, 5929387201, 13341284551}, 30]
PROG
(Magma) I:=[1482292351, 5929387201, 13341284551]; [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 - 108900*n + 1;
CROSSREFS
Sequence in context: A256891 A320873 A166113 * A157822 A034616 A084551
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 August 16 11:30 EDT 2024. Contains 375174 sequences. (Running on oeis4.)