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!)
A114454 Numbers n such that the n-th hexagonal number is a 3-almost prime. 0
4, 5, 6, 9, 10, 11, 13, 15, 17, 21, 22, 29, 34, 43, 47, 49, 51, 55, 57, 61, 67, 69, 71, 73, 82, 87, 89, 91, 101, 103, 106, 107, 109, 115, 121, 127, 129, 141, 142, 151, 159, 166, 169, 177, 181, 187, 191, 197, 201, 205, 217, 223, 227, 241, 251, 262, 269, 274, 277, 283 (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 A014612. n such that A001222(A000384(n)) = 3. n such that A001222(n*(2*n-1)) = 3.
EXAMPLE
a(1) = 4 because HexagonalNumber(4) = H(4) = 4*(2*4-1) = 28 = 2^2 * 7 is a 3-almost prime.
a(2) = 5 because H(5) = 5*(2*5-1) = 45 = 3^2 * 5 is a 3-almost prime.
a(3) = 6 because H(6) = 6*(2*6-1) = 66 = 2 * 3 * 11 is a 3-almost prime.
MAPLE
A000384 := proc(n) n*(2*n-1) ; end: isA014612 := proc(n) option remember ; RETURN( numtheory[bigomega](n) = 3) ; end: for n from 1 to 400 do if isA014612(A000384(n)) then printf("%d, ", n) ; fi; od: # R. J. Mathar, Jan 27 2009
CROSSREFS
Sequence in context: A029776 A064931 A177103 * A008854 A062726 A159629
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Feb 14 2006
EXTENSIONS
151 to 177 inserted and extended by R. J. Mathar, Jan 27 2009
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)