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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157769 8984250n - 6468330. 3
2515920, 11500170, 20484420, 29468670, 38452920, 47437170, 56421420, 65405670, 74389920, 83374170, 92358420, 101342670, 110326920, 119311170, 128295420, 137279670, 146263920, 155248170, 164232420, 173216670, 182200920, 191185170 (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-A157768(n)*a(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 (2,-1).

FORMULA

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

G.f: x*(2515920+6468330*x)/(x-1)^2.

MATHEMATICA

Table[8984250*n-6468330, {n, 30}]

PROG

(MAGMA) I:=[2515920, 11500170]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..30]];

(PARI) a(n) = 8984250*n-6468330.

CROSSREFS

Cf. A157768, A157770.

Sequence in context: A180705 A114659 A179733 * A183651 A096557 A151938

Adjacent sequences:  A157766 A157767 A157768 * A157770 A157771 A157772

KEYWORD

nonn,easy

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Mar 06 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 12:25 EST 2012. Contains 205786 sequences.