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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157768 27225n^2 - 39202n + 14112. 3
2135, 44608, 141531, 292904, 498727, 759000, 1073723, 1442896, 1866519, 2344592, 2877115, 3464088, 4105511, 4801384, 5551707, 6356480, 7215703, 8129376, 9097499, 10120072, 11197095, 12328568, 13514491, 14754864, 16049687, 17398960 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The identity (1482401250*n^2-2134548900*n+768398401)^2-(27225*n^2-39202*n+14112) *(8984250*n-6468330)^2=1 can be written as A157770(n)^2-a(n)*A157769(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*(-2135-38203*x-14112*x^2)/(x-1)^3.

MATHEMATICA

Table[27225n^2-39202n+14112, {n, 50}]  (* From Harvey P. Dale, Mar 26 2011 *)

PROG

(MAGMA) I:=[2135, 44608, 141531]; [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) = 27225*n^2 - 39202*n + 14112.

CROSSREFS

Cf. 157769, A157770.

Sequence in context: A205460 A066817 A110024 * A067199 A064249 A206007

Adjacent sequences:  A157765 A157766 A157767 * A157769 A157770 A157771

KEYWORD

nonn,easy

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.i), Mar 06 2009

EXTENSIONS

Entries checked by David Wasserman, Jun 17 2010

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 11:36 EST 2012. Contains 205623 sequences.