OFFSET
1,1
LINKS
Max Alekseyev, Table of n, a(n) for n = 1..100
FORMULA
a(n) = A081119(n^3).
EXAMPLE
a(8) = 9 since the equation y^2 = x^3 + 8^3 has 9 integral solutions (-8,0), (-7,+-13), (4,+-24), (8,+-32), and (184,+-2496).
PROG
(SageMath) [len(EllipticCurve(QQ, [0, n^3]).integral_points(both_signs=True)) for n in range(1, 61)] # Lucas A. Brown, Sep 03 2022
CROSSREFS
KEYWORD
nonn,hard
AUTHOR
Jianing Song, Aug 23 2022
EXTENSIONS
a(21) corrected and a(22)-a(60) from Lucas A. Brown, Sep 03 2022
Terms a(61) onward from Max Alekseyev, Jun 01 2023
STATUS
approved