The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A176386 x-values in the solution to x^2-74*y^2=1. 2
1, 3699, 27365201, 202447753299, 1497708451540801, 11080046922051092499, 81970185631625530766801, 606415422222718754561701299, 4486261211633487714621935443201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding values of y of this Pell equation are in A176387.
LINKS
FORMULA
a(n) = 7398*a(n-1)-a(n-2) with a(1)=1, a(2)=3699.
G.f.: x*(1-3699*x)/(1-7398*x+x^2).
MATHEMATICA
LinearRecurrence[{7398, -1}, {1, 3699}, 30]
PROG
(Magma) I:=[1, 3699]; [n le 2 select I[n] else 7398*Self(n-1)-Self(n-2): n in [1..10]];
CROSSREFS
Cf. A176387.
Sequence in context: A219067 A035780 A108004 * A204525 A204522 A294088
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 May 13 14:47 EDT 2024. Contains 372519 sequences. (Running on oeis4.)