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!)
A174750 x-values in the solution to x^2-38*y^2=1. 2
1, 37, 2737, 202501, 14982337, 1108490437, 82013310001, 6067876449637, 448940843963137, 33215554576822501, 2457502097840901937, 181821939685649920837, 13452366034640253240001, 995293264623693089839237 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding values of y of this Pell equation are in A174777.
LINKS
FORMULA
a(n) = 74*a(n-1)-a(n-2) with a(1)=1, a(2)=37.
G.f.: x*(1-37*x)/(1-74*x+x^2).
MATHEMATICA
LinearRecurrence[{74, -1}, {1, 37}, 30]
PROG
(Magma) I:=[1, 37]; [n le 2 select I[n] else 74*Self(n-1)-Self(n-2): n in [1..20]];
CROSSREFS
Cf. A174777.
Sequence in context: A296642 A295039 A295530 * A183524 A105839 A141087
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Apr 13 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 June 6 19:21 EDT 2024. Contains 373134 sequences. (Running on oeis4.)