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-6 of 6 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)

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

A154363 Numbers from Bhargava's prime-universality criterion theorem.

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 67, 73
Offset: 1

Views

Author

Scott Duke Kominers (kominers(AT)fas.harvard.edu), Jan 07 2009

Keywords

Comments

Bhargava's prime-universality criterion theorem asserts that an integer-matrix quadratic form represents all prime numbers if and only if it represents all numbers in this sequence.

References

  • H. Cohen, Number Theory, Springer, 2007, page 313.
  • M.-H. Kim, Recent developments on universal forms, Contemporary Math., 344 (2004), 215-228.

Crossrefs

A030050 (numbers from the 15 theorem), A030051 (numbers from the 290 theorem), A116582 (numbers from the 33 theorem)

A304204 Numbers from the 109-theorem.

Original entry on oeis.org

1, 3, 8, 9, 11, 18, 19, 25, 27, 43, 98, 109
Offset: 1

Views

Author

Vincenzo Librandi, May 10 2018

Keywords

Crossrefs

Cf. A030051.

A172251 Arises in the representability of integers as sums of triangular numbers.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16, 17, 19, 20, 23, 24, 25, 26, 29, 32, 33, 34, 35, 38, 41, 46, 47, 48, 50, 53, 54, 58, 62, 63, 75, 86, 96, 101, 102, 113, 117, 129, 162, 195, 204, 233
Offset: 1

Views

Author

Jonathan Vos Post, Jan 29 2010

Keywords

Comments

Wieb Bosma, p.10: Following the bounds given in the proof of Theorem 1.6, computational evidence suggests that... a proof of the above identity using the techniques of Bhargava and Hanke developed in the proof of the 290-Theorem may require a careful analysis of a possible Siegel zero. The sequence given is thus conjectured to be complete as shown.

References

  • M. Bhargava, J. Hanke, Universal Quadratic Forms and the 290-Theorem, preprint.

Crossrefs

Cf. A030051.

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