|
| |
|
|
A174761
|
|
x-values in the solution to x^2-59*y^2=1.
|
|
2
|
|
|
|
1, 530, 561799, 595506410, 631236232801, 669109811262650, 709255768702176199, 751810445714495508290, 796918363201596536611201, 844732713183246614312364770, 895415879055878209574570044999
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,2
|
|
|
COMMENTS
|
The corresponding values of y of this Pell equation are in A175049.
|
|
|
LINKS
|
Vincenzo Librandi, Table of n, a(n) for n = 1..200
Index to sequences with linear recurrences with constant coefficients, signature (1060,-1).
|
|
|
FORMULA
|
a(n) = 1060*a(n-1)-a(n-2) with a(1)=1, a(2)=5030.
G.f.: x*(1-530*x)/(1-1060*x+x^2).
|
|
|
MATHEMATICA
|
LinearRecurrence[{1060, -1}, {1, 530}, 30]
|
|
|
PROG
|
(MAGMA) I:=[1, 530]; [n le 2 select I[n] else 1060*Self(n-1)-Self(n-2): n in [1..20]];
|
|
|
CROSSREFS
|
Cf. A175049.
Sequence in context: A031724 A031611 A098259 * A031967 A031521 A156772
Adjacent sequences: A174758 A174759 A174760 * A174762 A174763 A174764
|
|
|
KEYWORD
|
nonn,easy
|
|
|
AUTHOR
|
Vincenzo Librandi, Apr 13 2010
|
|
|
STATUS
|
approved
|
| |
|
|