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!)
A174769 x-values in the solution to x^2 - 29*y^2 = 1. 2
1, 9801, 192119201, 3765920568201, 73819574785756801, 1447011301184484245001, 28364315451998685384752801, 555997310043066929727440160201, 10898659243099882504518596635507201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding values of y of this Pell equation are in A174770.
LINKS
FORMULA
a(n) = 19602*a(n-1)-a(n-2) with a(1)=1, a(2)=9801.
G.f.: x*(1-9801*x)/(1-19602*x+x^2).
MATHEMATICA
LinearRecurrence[{19602, -1}, {1, 9801}, 30]
PROG
(Magma) I:=[1, 9801]; [n le 2 select I[n] else 19602*Self(n-1)-Self(n-2): n in [1..20]];
CROSSREFS
Cf. A174770.
Sequence in context: A350918 A113937 A036353 * A031597 A031777 A237064
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Apr 14 2010
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 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)