OFFSET
1,1
COMMENTS
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Harvey P. Dale)
Eric Weisstein's World of Mathematics, Almost Prime.
Eric Weisstein's World of Mathematics, Hexagonal Number.
FORMULA
EXAMPLE
a(1) = 48 because HexagonalNumber(48) = H(48) = 48*(2*48-1) = 4560 = 2^4 * 3 * 5 * 19 is a 7-almost prime.
a(2) = 64 because H(64) = 64*(2*64-1) = 8128 = 2^6 * 127 is a 7-almost prime.
MATHEMATICA
Select[Range[800], PrimeOmega[#(2#-1)]==7&] (* Harvey P. Dale, Jul 20 2013 *)
Position[PrimeOmega[PolygonalNumber[6, Range[700]]], 7]//Flatten (* Harvey P. Dale, Jan 10 2024 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Feb 14 2006
STATUS
approved
