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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157816 1482401250n^2 - 108900n + 1. 3
1482292351, 5929387201, 13341284551, 23717984401, 37059486751, 53365791601, 72636898951, 94872808801, 120073521151, 148239036001, 179369353351, 213464473201, 250524395551, 290549120401, 333538647751, 379492977601, 428412109951 (list; graph; refs; listen; history; 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.

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*(-1482292351-1482510148*x-x^2)/(x-1)^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)+1*Self(n-3): n in [1..30]];

(PARI) a(n) = 1482401250*n^2 - 108900*n + 1.

CROSSREFS

Cf. A157814, A157815.

Sequence in context: A048051 A073519 A166113 * A157822 A034616 A084551

Adjacent sequences:  A157813 A157814 A157815 * A157817 A157818 A157819

KEYWORD

nonn,easy

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.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 15 09:54 EST 2012. Contains 205763 sequences.