A062712 Numbers that are n-gons for three or more n's, where n=3,4,5,...,16.
1, 15, 36, 45, 325, 561, 1225, 1540, 3025, 4186, 11781, 40755, 41041, 58311, 121771, 221445, 1334161, 1413721, 1777555, 3000025, 5785101, 27169506, 36855405, 113123361, 321197185, 1167483681, 1533776805, 1631432881
Offset: 1
Keywords
Examples
45 is a triangular, hexagonal and hexadecagonal number
References
- Albert H. Beiler, Recreations in the Theory of Numbers: The Queen of Mathematics Entertains 185-99 (2d ed. 1966)
Links
- Donovan Johnson, Table of n, a(n) for n = 1..58
- Eric Weisstein's World of Mathematics, Polygonal Number
Programs
-
Mathematica
Select[Tally[Flatten[Table[PolygonalNumber[b,Range[10^6]],{b,3,16}]]],#[[2]]>2&][[;;,1]]//Union (* Harvey P. Dale, Aug 26 2023 *)
Extensions
More terms from Eric W. Weisstein, Nov 30 2003.