OFFSET
1,2
COMMENTS
This sequence probably contains no more than 5 primes.
LINKS
Kevin Acres and David Broadhurst, Rational points on y^2 = x^3 + 10*x^2 + 5*x
Dave Rusin, Re: Help with diophantine equ., sci.math newsgroup [Broken link]
Dave Rusin, Re: Help with diophantine equ., sci.math newsgroup [Cached copy]
FORMULA
Numerators of rational numbers (81*x^4 + 540*x^3 - 8370*x^2 + 33900*x - 47975)/(9*x^2 - 150*x + 445)^2, where x ranges over abscissas of rational points on the elliptic curve y^2 = x^3 - 85/3*x + 1550/27.
EXAMPLE
13361 belongs to this sequence since 13361^2 = (35^5 + 123^5) / (35 + 123) with gcd(35, 123)=1.
PROG
(PARI) { a(k) = local(P=ellpow(ellinit([0, 10, 0, 5, 0]), [-1, 2], k), s, t); s=P[1]^2; t=abs(numerator(P[2]^4/s-80*s)); while(t%2==0, t=t/2); t } /* David Broadhurst */
CROSSREFS
KEYWORD
nonn
AUTHOR
Max Alekseyev, Feb 13 2009
STATUS
approved