A323457 Largest cardinality of any set that is "special above n".
1, 1, 2, 5, 9
Offset: 0
Examples
a(2) = #{1, 2} = 2, a(3) = #{1, 2, 3, 6, 9} = 5, a(4) = #{1, 2, 3, 4, 24, 32, 36, 54, 81} = 9. Examples to illustrate the definition of "special above n": {1,2,3,4} is special above 4 but not special above 3, {1,2,4,8} is special above 4 but not special above 3, {1,2,3,6,12} is special above 6 but not special above 5.
Links
- Harvey M. Friedman, Enormous Integers in Real Life, June 1, 2000, 11 pages, see p. 6.
- Stan Wagon, Proof that a(5) > 2^2^2^33
Crossrefs
Cf. A191550.
Extensions
Edited by N. J. A. Sloane, Jan 19 2019
Comments