OFFSET
1,11
LINKS
J. E. Cremona, Table of n, a(n) for n = 1..10000
A. Brumer and J. H. Silverman, The number of elliptic curves over Q with conductor N, Manuscripta Math. 91 (1996), no. 1, 95-102.
J. E. Cremona, Elliptic Curve Data.
LMFDB, Elliptic curves over Q.
EXAMPLE
a(11)=3 since there are three non-isomorphic elliptic curves of conductor eleven, represented by the minimal models y^2+y=x^3-x^2-10*x-20, y^2+y=x^3-x^2-7820*x-263580 and y^2+y=x^3-x^2.
PROG
(Sage) # Uses Cremona's database of elliptic curves (works for all n < 500000)
def a(n):
return CremonaDatabase().number_of_curves(n) # Robin Visser, Nov 04 2024
CROSSREFS
KEYWORD
nonn
AUTHOR
Steven Finch, Sep 14 2005
STATUS
approved