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.

A134294 "Maximal" Hamilton numbers. Differs from usual Hamilton numbers starting at n=4.

Original entry on oeis.org

2, 3, 5, 10, 44, 906, 409181, 83762797734
Offset: 1

Views

Author

Olivier Gérard, Oct 17 2007

Keywords

Comments

a(n) is the minimal degree of an equation from which n successive terms after the first can be removed (by a series of transformation comparable to Tschirnhaus's) without requiring the solution of at least one irreducible equation of degree greater than n. The cases where an equation of degree greater than n is needed but is in fact factorizable into several equations of degree all less than or equal to n are considered as fair. a(n) <= A000905(n) by definition.

Examples

			a(4)=10 because one can remove 4 terms in an equation of degree 10 by solving two quartic equations.
		

References

  • W. R. Hamilton, Sixth Report of the British Association for the Advancement of Science, London, 1831, 295-348.

Crossrefs

Cf. A000905.