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.

Showing 1-5 of 5 results.

A061011 Successive maxima in sequence A060457.

Original entry on oeis.org

1, 4, 8, 16, 32, 36, 48, 64, 72, 76, 96, 144, 160, 192, 196, 288, 304, 432, 576, 608, 684, 784, 864, 1008, 1152, 1296, 1440, 1568, 1728, 1764, 2016, 2304, 2736, 3024, 3456, 3888, 4032, 4176, 4608, 5472, 7056, 8208, 8496, 9072, 9216, 10656, 10944, 12816
Offset: 1

Views

Author

Larry Reeves (larryr(AT)acm.org), Apr 12 2001

Keywords

Crossrefs

A061012 lists the index numbers for these maxima.

A061012 Index values for new maxima in sequence A060457.

Original entry on oeis.org

1, 2, 4, 6, 12, 14, 18, 24, 28, 34, 36, 42, 66, 72, 82, 84, 102, 126, 168, 204, 238, 246, 252, 294, 336, 378, 462, 492, 504, 574, 588, 672, 714, 882, 966, 1134, 1176, 1218, 1344, 1428, 1722, 2142, 2226, 2646, 2688, 2814, 2856, 3318, 3444
Offset: 1

Views

Author

Larry Reeves (larryr(AT)acm.org), Apr 12 2001

Keywords

Crossrefs

A061011 is the sequence of new maxima.

A272196 Number of solutions of the congruence y^2 == x^3 - 4*x^2 + 16 (mod p) as p runs through the primes.

Original entry on oeis.org

2, 4, 4, 9, 10, 9, 19, 19, 24, 29, 24, 34, 49, 49, 39, 59, 54, 49, 74, 74, 69, 89, 89, 74, 104, 99, 119, 89, 99, 104, 119, 149, 144, 129, 159, 149, 164, 159, 179, 179, 194, 174, 174, 189, 199, 199, 199, 204, 209, 214, 209, 269, 249, 274, 259, 249, 259, 299, 279, 299
Offset: 1

Views

Author

Wolfdieter Lang, Apr 22 2016

Keywords

Comments

This elliptic curve is discussed in the second Silverman reference. The present sequence is given in the rows named N_p in Table 45.6, p. 403. In the rows named a_p the p-defects prime(n) - a(n) are shown.
This sequence also gives the number of solutions of the congruences y^2 + y == x^3 - x^2 - 10*x - 20 (mod prime(n)) as well as y^2 + y == x^3 - x^2 (mod prime(n)) for n > 1 (cf. A376073). The first one is given in the Martin and Ono reference in Theorem 2, first row of the table, and the second one is given in the Frenkel reference, p. 84. (Of course, one could change the sign of y in both congruences.)
The modularity pattern for the elliptic curve y^2 = x^3 - 4*x^2 + 16 (and the ones mentioned in the previous comment and a comment below) is exhibited by the modular cusp form of weight 2 and level 11 (eta(z)*eta(11*z))^2, where eta is the Dedekind function, which in the q = exp(2*Pi*i*z), (Im(z) > 0) expansion has coefficients given in A006571 (with A006571(0) = 0). For all odd primes (2 is a bad prime), A002070(n) = A006571(prime(n)) = prime(n) - a(n), n >= 2, the p-defect. A006571(2) = -2, not 2-2 = 0. Note that the discriminant of this elliptic curve is -2^8*11 (sometimes -2^12*11 is used). Prime 11 is also bad for this curve, but A006571(11) = 1 = 11 - a(5) = 11 - 10. The curve y^2 + y = x^3 - x^2 - 10*x - 20 has discriminant -11^5 (see the first Silverman reference, pp. 46-48).
From Wolfdieter Lang, Jan 02 2017: (Start)
The congruence y^2 + y == x^3 - x^2 - 7820*x - 263580 (mod p) as p runs through the odd primes has the same number of solutions. See the Cremona link, N=11.
If b_n(Q) is the number of solutions of the Diophantine equation Q(x1,x2,x3,x4) = n with the quadratic form Q(x1,x2,x3,x4) = x1^2 + 4*(x2^2+x3^2+x4^2) + x1*x3 + 4*x2*x3 + 3*x2*x4 + 7*x3*x4 then the theta series delta(q;Q) = 1 + Sum_{n>=1} b_n(Q)*q^n equals (1/5)*E(q) + (18/5)*f(q) with the expansion coefficients of E(q) given by A185699 and those of f(q) = (eta(z)*eta(11*z))^2 with q = exp(2*Pi*i*z), (Im(z) > 0) given by A006571. See the Moreno-Wagstaff reference, pp. 245-246. b_n(Q), E(q) and f(q) are there denoted by a_n(Q), 12*E_{Chi0}(z) and f(z), respectively, and a missing n in the numerator of E_{Chi0}(z) has to be added (see A185699). (End)

Examples

			The first nonnegative complete residue system {0, 1, ..., prime(n)-1} is used. The solutions (x, y) of y^2  == x^3 - 4*x^2 + 16 (mod prime(n)) begin:
n, prime(n), a(n)\  solutions (x, y)
1,   2,       2:  (0, 0), (1, 1)
2,   3,       4:  (0, 1), (0, 2), (1, 1), (1, 2)
3,   5,       4:  (0, 1), (0, 4), (4, 1), (4, 4)
4,   7,       9:  (0, 3), (0, 4), (2, 1), (2, 6),
                  (4, 3), (4, 4), (6, 2), (6, 5)
5,  11,      10:  (0, 4), (0, 7), (4, 4), (4, 7),
                  (6, 0), (7, 3), (7, 8), (9, 5),
                  (9, 6), (10, 0)
...
--------------------------------------------------
		

References

  • Edward Frenkel, Liebe und Mathematik, Springer, Spektrum, 2014, p. 84.
  • Carlos J. Moreno and Samuel S. Wagstaff, Jr., Sums of Squares of Integers, Chapman & Hall/CRC, Boca Raton, London, New York, pp. 246-247 (corrected).
  • J. H. Silverman, The Arithmetic of Elliptic Curves, Springer, 1986, pp. 46-48.
  • J. H. Silverman, A Friendly Introduction to Number Theory, 3rd ed., Pearson Education, Inc, 2006, Table 45.6, p. 403, Theorem 47.2, p. 413 (4th ed., Pearson 2014, Table 6, p. 369, Theorem 2, p. 383)

Crossrefs

Formula

a(n) gives the number of solutions of the congruence y^2 == x^3 - 4*x^2 + 16 (mod prime(n)), n >= 1.

A366362 Triangle read by rows: T(n,k) = Sum_{y=1..n} Sum_{x=1..n} [GCD(f(x,y), n) = k], where f(x,y) = x^3 - x^2 - y^2 - y.

Original entry on oeis.org

1, 0, 4, 5, 0, 4, 0, 8, 0, 8, 21, 0, 0, 0, 4, 0, 20, 0, 0, 0, 16, 40, 0, 0, 0, 0, 0, 9, 0, 32, 0, 16, 0, 0, 0, 16, 45, 0, 24, 0, 0, 0, 0, 0, 12, 0, 84, 0, 0, 0, 0, 0, 0, 0, 16, 111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 40, 0, 40, 0, 32, 0, 0, 0, 0, 0, 32
Offset: 1

Views

Author

Mats Granvik, Oct 08 2023

Keywords

Comments

Row n appears to have sum n^2. T(prime(m),1) = A366346(m). The number of nonzero terms in row n appears to be A320111(n).

Examples

			{
{1}, = 1^2
{0, 4}, = 2^2
{5, 0, 4}, = 3^2
{0, 8, 0, 8}, = 4^2
{21, 0, 0, 0, 4}, = 5^2
{0, 20, 0, 0, 0, 16}, = 6^2
{40, 0, 0, 0, 0, 0, 9}, = 7^2
{0, 32, 0, 16, 0, 0, 0, 16}, = 8^2
{45, 0, 24, 0, 0, 0, 0, 0, 12}, = 9^2
{0, 84, 0, 0, 0, 0, 0, 0, 0, 16}, = 10^2
{111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10}, = 11^2
{0, 40, 0, 40, 0, 32, 0, 0, 0, 0, 0, 32} = 12^2
}
		

Crossrefs

Programs

  • Mathematica
    f = x^3 - x^2 - y^2 - y; nn = 12; Flatten[Table[Table[Sum[Sum[If[GCD[f, n] == k, 1, 0], {x, 1, n}], {y, 1, n}], {k, 1, n}], {n, 1, nn}]]

Formula

T(n,k) = Sum_{y=1..n} Sum_{x=1..n} [GCD(f(x,y), n) = k], where f(x,y) = x^3 - x^2 - y^2 - y.
Conjecture: T(n,n) = A060457(n).

A376073 Number of solutions of the congruence y^2 + y == x^3 - x^2 (mod p) as p runs through the primes.

Original entry on oeis.org

4, 4, 4, 9, 10, 9, 19, 19, 24, 29, 24, 34, 49, 49, 39, 59, 54, 49, 74, 74, 69, 89, 89, 74, 104, 99, 119, 89, 99, 104, 119, 149, 144, 129, 159, 149, 164, 159, 179, 179, 194, 174, 174, 189, 199, 199, 199, 204, 209, 214, 209, 269, 249, 274, 259, 249, 259, 299, 279, 299
Offset: 1

Views

Author

Andrey Zabolotskiy, Sep 08 2024

Keywords

Comments

Same as A272196, except for a(1).

References

  • Edward Frenkel, Love and math: the heart of hidden reality, Basic Books, 2013. See pages 86-89.

Crossrefs

Formula

a(n) = prime(n) - A002070(n).
a(n) = A060457(prime(n)).
Showing 1-5 of 5 results.