login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157620 781250n^2 - 1107500n + 392499. 3
66249, 1302499, 4101249, 8462499, 14386249, 21872499, 30921249, 41532499, 53706249, 67442499, 82741249, 99602499, 118026249, 138012499, 159561249, 182672499, 207346249, 233582499, 261381249, 290742499, 321666249, 354152499 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The identity (781250*n^2-1107500*n+392499)^2-(625*n^2-886*n +314)*(31250*n-22150)^2=1 can be written as a(n)^2-A157618(n)*A157619(n)^2=1.

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..10000

Vincenzo Librandi, X^2-AY^2=1

Index to sequences with linear recurrences with constant coefficients, signature (3,-3,1).

FORMULA

a(n) = 3*a(n-1) -3*a(n-2) +a(n-3).

G.f.: x*(-66249-1103752*x-392499*x^2)/(x-1)^3.

MATHEMATICA

LinearRecurrence[{3, -3, 1}, {66249, 1302499, 4101249}, 30]

PROG

(MAGMA) I:=[66249, 1302499, 4101249]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..40]];

(PARI) a(n) = 781250*n^2 - 1107500*n + 392499.

CROSSREFS

Cf. A157618, A157619.

Sequence in context: A170799 A156424 A092376 * A174757 A164129 A043591

Adjacent sequences:  A157617 A157618 A157619 * A157621 A157622 A157623

KEYWORD

nonn,easy

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Mar 03 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:53 EST 2012. Contains 205860 sequences.