cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A028939 a(n) = denominator of y-coordinate of (2n)*P where P is the generator for rational points on the curve y^2 + y = x^3 - x.

Original entry on oeis.org

1, 1, 1, 125, 64, 24389, 2146689, 274625, 50202571769, 4302115807744, 1469451780501769, 13528653463047586625, 343216282443844010111, 63061816101171948456692661, 495133617181351428873673516736
Offset: 1

Views

Author

Keywords

Examples

			8P = (21/25, -69/125).
		

Crossrefs

Cf. A028936, A028937, A028938 (numerator), A028943.

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).
a(n) = A028943(2n). - Seiichi Manyama, Nov 19 2016