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!)
A176375 x-values in the solution to x^2-69*y^2=1 2
1, 7775, 120901249, 1880014414175, 29234224019520001, 454592181623521601375, 7068908395011536881861249, 109921525087837216889420820575, 1709279708046960327618956878080001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding values of y of this Pell equation are in A176376.
LINKS
FORMULA
a(n) = 15550*a(n-1)-a(n-2) with a(1)=1, a(2)=7775.
G.f.: x*(1-7775*x)/(1-15550*x+x^2).
MATHEMATICA
LinearRecurrence[{15550, -1}, {1, 7775}, 30]
PROG
(Magma) I:=[1, 7775]; [n le 2 select I[n] else 15550*Self(n-1)-Self(n-2): n in [1..20]];
CROSSREFS
Cf. A176376.
Sequence in context: A028538 A354976 A123990 * A210116 A223509 A187355
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Apr 16 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 20 10:14 EDT 2024. Contains 371813 sequences. (Running on oeis4.)