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!)
A028942 Negative of numerator of y coordinate of n*P where P is the generator [0,0] for rational points on curve y^2+y = x^3-x. 8
0, 0, 1, 3, 5, -14, -8, 69, 435, 2065, 3612, -28888, 43355, 2616119, 28076979, -332513754, -331948240, 8280062505, 641260644409, 18784454671297, 318128427505160, -10663732503571536, -66316334575107447, 8938035295591025771 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
We can take P = P[1] = [x_1, y_1] = [0,0]. Then P[n] = P[1]+P[n-1] = [x_n, y_n] for n >= 2. Sequence gives negated numerators of the y_n. - N. J. A. Sloane, Jan 27 2022
a(n) = A278314(n) up to sign. - Michael Somos, Nov 19 2016
REFERENCES
A. W. Knapp, Elliptic Curves, Princeton 1992, p. 77.
LINKS
B. Mazur, Arithmetic on curves, Bull. Amer. Math. Soc. 14 (1986), 207-259; see p. 225.
FORMULA
P=(0, 0), 2P=(1, 0), if kP=(a, b) then (k+1)P=(a'=(b^2-a^3)/a^2, b'=-1-b*a'/a).
EXAMPLE
3P = (-1, -1),
4P = (2, -3),
5P = (1/4, -5/8),
6P = (6, 14).
PROG
(PARI) - see A028940.
CROSSREFS
Sequence in context: A128341 A177007 A227170 * A278314 A289622 A331996
KEYWORD
sign,frac
AUTHOR
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)