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!)
A114548 Numbers n such that n-th heptagonal number is 3-almost prime. 1

%I #11 Sep 04 2020 17:19:41

%S 3,8,11,19,20,25,28,37,38,43,52,58,59,67,68,70,77,82,83,85,86,89,92,

%T 98,106,110,116,124,130,131,133,134,137,139,142,149,157,161,169,172,

%U 179,181,182,185,188,190,193,202,206,209,211,214,217,227,233,238,244

%N Numbers n such that n-th heptagonal number is 3-almost prime.

%C Hep(2) = 7 is the only prime heptagonal number.

%H Harvey P. Dale, <a href="/A114548/b114548.txt">Table of n, a(n) for n = 1..1000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/HeptagonalNumber.html">Heptagonal Number.</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/AlmostPrime.html">Almost Prime.</a>

%F n such that Hep(n) = n*(5*n-3)/2 is 3-almost prime. n such that A000566(n) is an element of A014612. n such that A001222(A000566(n)) = 3. n such that A001222(n*(5*n-3)/2) = 3.

%e a(1) = 3 because Hep(3) = 3*(5*3-3)/2 = 18 = 2 * 3^2 is 3-almost prime.

%e a(2) = 8 because Hep(8) = 8*(5*8-3)/2 = 148 = 2^2 * 37 is 3-almost prime.

%e a(3) = 11 because Hep(11) = 11*(5*11-3)/2 = 286 = 2 * 11 * 13 is 3-almost prime.

%e a(17) = 82 because Hep(82) = 82*(5*82-3)/2 = 16687 = 11 * 37 * 41 is 3-almost prime (and 3-brilliant).

%t Select[Range[400], PrimeOmega[# (5 # - 3)/2] == 3 &] (* _Giovanni Resta_, Jun 14 2016 *)

%t Select[Range[250],PrimeOmega[PolygonalNumber[7,#]]==3&] (* Requires Mathematica version 10 or later *) (* _Harvey P. Dale_, Sep 04 2020 *)

%Y Cf. A000040, A000566, A001222, A001358, A014612, A099153.

%K easy,nonn

%O 1,1

%A _Jonathan Vos Post_, Feb 15 2006

%E Corrected and extended by _Giovanni Resta_, Jun 14 2016

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 August 20 03:42 EDT 2024. Contains 375310 sequences. (Running on oeis4.)