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!)
A227040 Positive solutions y/5^3 of the Pell equation x^2 - 73*y^2 = -1. 1
1, 4562497, 20816383437505, 94974707800845124993, 433321914391919464706875009, 1977030367769208799178386969687489, 9020197098885846285919400272960522312513, 41154631223270498877446922697782658742826249985 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The proper positive solutions of the Pell equation x^2 - 73*y^2 = -1 start with the fundamental solution (x_0, y_0) = (1068, 125). 1068 = 2^2*3*89, 125 = 5^3. The solutions x(n)/1068 = A227039(n), n>=0.
REFERENCES
T. Nagell, Introduction to Number Theory, Chelsea Publishing Company, New York, 1964, ch. Vi, 58., p. 204-212.
LINKS
FORMULA
a(n) = S(n,4562498) - S(n-1,4562498), n >= 0, with the Chebyshev S-polynomials (A049310), with S(-1,x) = 0. 4562498 = 2*2281249 is the fundamental (improper) u solution of u^2 - 73*v^3 = +4 (together with the positive v = 53400 = 2*26700).
O.g.f.: (1 - x)/(1 - 4562498*x + x^2).
a(n) = 4562498*a(n-1) - a(n-2), n >= 1, a(-1) = 1, a(0) = 1.
EXAMPLE
n=0: (2^2*3*89*1)^2 - 73*(5^3*1)^2 = -1.
n=1: (2^2*3*89*4562499)^2 - 73*(5^3*4562497)^2 = -1. 4562499 = 3*67*22699, 4562497 is prime.
MATHEMATICA
LinearRecurrence[{4562498, -1}, {1, 4562497}, 20] (* Harvey P. Dale, Oct 08 2017 *)
CROSSREFS
Sequence in context: A344831 A183679 A234793 * A227039 A104950 A234806
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Jun 28 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 May 12 23:14 EDT 2024. Contains 372497 sequences. (Running on oeis4.)