login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114455 Numbers n such that the n-th hexagonal number is a 4-almost prime. 1
12, 23, 25, 26, 27, 30, 33, 35, 39, 42, 45, 46, 52, 53, 58, 59, 62, 65, 66, 70, 75, 76, 83, 85, 93, 94, 99, 111, 114, 117, 118, 119, 131, 133, 134, 137, 145, 146, 147, 154, 155, 161, 163, 167, 173, 174, 175, 178, 179, 183, 190, 193, 195, 202, 206, 209, 214, 219, 222, 226, 231, 233, 235, 237, 239 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
There are no prime hexagonal numbers. The n-th Hexagonal number A000384(n) = n*(2*n-1) is semiprime iff both n and 2*n-1 are prime iff A000384(n) is an element of A001358 iff n is an element of A005382.
LINKS
Eric Weisstein's World of Mathematics, Hexagonal Number.
Eric Weisstein's World of Mathematics, Almost Prime.
FORMULA
n such that hexagonal number A000384(n) is an element of A014613. n such that A001222(A000384(n)) = 4. n such that A001222(n*(2*n-1)) = 4.
EXAMPLE
a(1) = 12 because HexagonalNumber(12) = H(12) = 12*(2*12-1) = 276 = 2^2 * 3 * 23 is a 4-almost prime.
a(2) = 23 because H(23) = 23*(2*23-1) = 1035 = 3^2 * 5 * 23 is a 4-almost prime.
a(3) = 25 because H(25) = 25*(2*25-1) = 1225 = 5^2 * 7^2 is a 4-almost prime.
MATHEMATICA
Select[Range[250], PrimeOmega[#(2#-1)]==4&] (* Harvey P. Dale, Feb 18 2013 *)
CROSSREFS
Sequence in context: A246342 A101104 A330212 * A048992 A088783 A029756
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Feb 14 2006
EXTENSIONS
40 removed by R. J. Mathar, Dec 22 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)