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-4 of 4 results.

A030050 Numbers from the Conway-Schneeberger 15-theorem.

Original entry on oeis.org

1, 2, 3, 5, 6, 7, 10, 14, 15
Offset: 1

Views

Author

Keywords

Comments

The 15-theorem asserts that a positive definite integral quadratic form represents all numbers iff it represents the numbers in this sequence. "Integral" here means that the quadratic form equals x^T M x, where x is an integer vector and M is an integer matrix. - T. D. Noe, Mar 30 2006
Union of the first five triangular numbers {1, 3, 6, 10, 15} and their Möbius transform {1, 2, 5, 7, 14}, in ascending order. - Daniel Forgues, Feb 24 2015

Examples

			a(2*1) = Sum{d|(1+1)} mu(d) t_{(1+1)/d} = 1 * t_2 + (-1) * t_1 = 3 - 1 = 2;
a(2*2) = Sum{d|(2+1)} mu(d) t_{(2+1)/d} = 1 * t_3 + (-1) * t_1 = 6 - 1 = 5;
a(2*3) = Sum{d|(3+1)} mu(d) t_{(3+1)/d} = 1 * t_4 + (-1) * t_2 + 0 * t_1 = 10 - 3 = 7;
a(2*4) = Sum{d|(4+1)} mu(d) t_{(4+1)/d} = 1 * t_5 + (-1) * t_1 = 15 - 1 = 14.
		

References

  • Manjul Bhargava, On the Conway-Schneeberger fifteen theorem, Contemporary Mathematics 272 (1999), 27-37.
  • J. H. Conway, The Sensual (Quadratic) Form, M.A.A., 1997, p. 141.
  • J. H. Conway, Universal quadratic forms and the fifteen theorem, Contemporary Mathematics 272 (1999), 23-26.
  • J. H. Conway and W. A. Schneeberger, personal communication.

Crossrefs

Programs

  • Mathematica
    a[n_] := If[OddQ[n], (n+1)*(n+3)/8, DivisorSum[n/2+1, MoebiusMu[#]*(n+2#+2)*(n+2)/(8#^2) &]]; Array[a, 9] (* Jean-François Alcover, Dec 03 2015 *)

Formula

From Daniel Forgues, Feb 24 & 26 2015: (Start)
a(2n-1) = t_n = n*(n+1)/2 = A000217(n), 1 <= n <= 5;
a(2n) = Sum{d|(n+1)} mu(d) t_{(n+1)/d} = A007438(n+1), 1 <= n <= 4. (End)

A030051 Numbers from the 290-theorem.

Original entry on oeis.org

1, 2, 3, 5, 6, 7, 10, 13, 14, 15, 17, 19, 21, 22, 23, 26, 29, 30, 31, 34, 35, 37, 42, 58, 93, 110, 145, 203, 290
Offset: 1

Views

Author

Keywords

Comments

The 290-theorem, conjectured by Conway and Schneeberger and proved by Bhargava and Hanke, asserts that a positive definite quadratic form represents all numbers iff it represents the numbers in this sequence. - T. D. Noe, Mar 30 2006

References

  • J. H. Conway and W. A. Schneeberger, personal communication.

Crossrefs

A116582 Numbers from Bhargava's 33 theorem.

Original entry on oeis.org

1, 3, 5, 7, 11, 15, 33
Offset: 1

Views

Author

Roger L. Bagula, Mar 23 2006

Keywords

Comments

Bhargava's 33 theorem asserts that an integral quadratic form represents all odd numbers iff it represents 1, 3, 5, 7, 11, 15 and 33. - T. D. Noe, Mar 30 2006

Crossrefs

Cf. A030050 (numbers from the 15 theorem), A030051 (numbers from the 290 theorem), A154363.

Extensions

Edited by N. J. A. Sloane, Apr 05 2006
More terms from T. D. Noe, Mar 30 2006

A304206 Numbers from the "octagonal theorem of sixty".

Original entry on oeis.org

1, 2, 3, 4, 6, 7, 9, 12, 13, 14, 18, 60
Offset: 1

Views

Author

Vincenzo Librandi, May 11 2018

Keywords

Crossrefs

Showing 1-4 of 4 results.