OFFSET
1,1
COMMENTS
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Almost Prime.
Eric Weisstein's World of Mathematics, Hexagonal Number.
FORMULA
EXAMPLE
a(1) = 50 because HexagonalNumber(50) = H(50) = 50*(2*50-1) = 4950 = 2 * 3^2 * 5^2 * 11 is a 6-almost prime.
a(2) = 56 because H(56) = 56*(2*56-1) = 6216 = 2^3 * 3 * 7 * 37 is a 6-almost prime.
a(5) = 81 because H(81) = 81*(2*81-1) = 13041 = 3^4 * 7 * 23 is a 6-almost prime.
MATHEMATICA
Select[Range[500], PrimeOmega[PolygonalNumber[6, #]] == 6 &] (* Amiram Eldar, Oct 06 2024 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Feb 14 2006
EXTENSIONS
199 replaced by 198 by R. J. Mathar, Dec 22 2010
STATUS
approved