login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)