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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157824 3600n^2 - 6751n + 3165. 3
14, 4063, 15312, 33761, 59410, 92259, 132308, 179557, 234006, 295655, 364504, 440553, 523802, 614251, 711900, 816749, 928798, 1048047, 1174496, 1308145, 1448994, 1597043, 1752292, 1914741, 2084390, 2261239, 2445288, 2636537 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The identity (103680000*n^2-194428800*n+91152001)^2-(3600*n^2-6751*n+3165)*(1728000*n-1620240)^2=1 can be written as A157826(n)^2-a(n)*A157825(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*(-14-4021*x-3165*x^2)/(x-1)^3.

MATHEMATICA

LinearRecurrence[{3, -3, 1}, {14, 4063, 15312}, 40]

PROG

(MAGMA) I:=[14, 4063, 15312]; [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) = 3600*n^2 - 6751*n + 3165.

CROSSREFS

Cf. A157825, A157826.

Sequence in context: A064075 A206627 A188955 * A180588 A159372 A060856

Adjacent sequences:  A157821 A157822 A157823 * A157825 A157826 A157827

KEYWORD

nonn,easy

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)in.it), Mar 07 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 14 09:18 EST 2012. Contains 205614 sequences.