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!)
A157378 a(n) = 43046721*n^2 - 50729652*n + 14945957. 3
7263026, 85673537, 250177490, 500774885, 837465722, 1260250001, 1769127722, 2364098885, 3045163490, 3812321537, 4665573026, 5604917957, 6630356330, 7741888145, 8939513402, 10223232101, 11593044242, 13048949825, 14590948850, 16219041317 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (43046721*n^2 - 50729652*n + 14945959)^2 - (6561*n^2 - 7732*n + 2278)*(531441*n - 313146)^2 = 1 can be written as a(n)^2 - A157376(n)*A157377(n)^2 = 1.
LINKS
Vincenzo Librandi, X^2-AY^2=1
FORMULA
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
G.f.: x*(7263026 + 63884459*x + 14945957*x^2)/(1-x)^3.
E.g.f.: (6561*x*(6561*x - 1171) + 14945957)*exp(x) - 14945957. - G. C. Greubel, Feb 04 2018
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {7263026, 85673537, 250177490}, 40]
Table[43046721*n^2 - 50729652*n + 14945957, {n, 1, 30}] (* G. C. Greubel, Feb 04 2018 *)
PROG
(Magma) I:=[7263026, 85673537, 250177490]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..30]];
(PARI) a(n) = 43046721*n^2 - 50729652*n + 14945957.
CROSSREFS
Sequence in context: A181680 A253469 A325606 * A251356 A116236 A116259
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Feb 28 2009, 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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)