login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A228522
y-values in the solution to the Pell equation x^2 - 29*y^2 = -1.
2
13, 254813, 4994844413, 97908939928813, 1919211035489748013, 37620374619761100622013, 737434581377346058902950813, 14455192626538362826854541214413, 283350685127970406754656657981972813, 5554240115423283286666416982908089866013
OFFSET
1,1
FORMULA
a(n) = 19602*a(n-1)-a(n-2).
G.f.: -13*x*(x-1) / (x^2-19602*x+1).
PROG
(PARI) Vec(-13*x*(x-1)/(x^2-19602*x+1) + O(x^100))
CROSSREFS
Cf. A228521 gives the corresponding x-values.
Sequence in context: A022547 A273217 A176119 * A274229 A013798 A055324
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Aug 24 2013
STATUS
approved