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.

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

Original entry on oeis.org

0, -1, 1, -5, -20, 116, -3741, 8385, -239785, -59997896, 1849037896, -270896443865, -16683000076735, 2786836257692691, -3148929681285740316, 342115756927607927420, -280251129922563291422645, -804287518035141565236193151
Offset: 0

Views

Author

Keywords

Examples

			7P = (-5/9, 8/27).
		

Crossrefs

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) = A028940(2n+1). - Seiichi Manyama, Nov 20 2016