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!)
A124269 3-almost primes indexed by primes. 11
12, 18, 27, 30, 50, 63, 75, 78, 102, 124, 130, 164, 172, 175, 190, 231, 246, 258, 279, 286, 292, 332, 345, 369, 404, 418, 425, 430, 435, 452, 524, 539, 574, 578, 606, 610, 638, 652, 663, 692, 722, 725, 775, 782, 795, 801, 854, 906, 916, 927, 938, 963, 969 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes indexed by 3-almostprimes = A124268. prime(3almostprime(n)) - 3almostprime(prime(n)) = A124270. See also A106349 Primes indexed by semiprimes. See also A106350 Semiprimes indexed by primes. See also A122824 Prime(semiprime(n)) - semiprime(prime(n)). Commutator [A000040,A001358] at n.
LINKS
FORMULA
a(n) = 3almostprime(prime(n)) = A014612(A000040(n)).
EXAMPLE
a(1) = 3almostprime(prime(1)) = 3almostprime(2) = 12 = 2^2 * 3.
a(2) = 3almostprime(prime(2)) = 3almostprime(3) = 18 = 2 * 3^2.
a(3) = 3almostprime(prime(3)) = 3almostprime(5) = 27 = 3^3.
MAPLE
From R. J. Mathar, Oct 15 2010: (Start)
A014612 := proc(n) option remember; if n = 1 then 8; else for a from procname(n-1)+1 do if numtheory[bigomega](a) = 3 then return a; end if; end do; end if; end proc:
A124269 := proc(n) A014612(ithprime(n)) ; end proc: seq(A124269(n), n=1..80) ; (End)
MATHEMATICA
p3 = Select[Range[1000], PrimeOmega[#] == 3 &]; p3[[Prime@ Range@ PrimePi@ Length@ p3]] (* Giovanni Resta, Jun 13 2016 *)
CROSSREFS
Sequence in context: A272860 A071354 A006622 * A361080 A179192 A344198
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Oct 23 2006
EXTENSIONS
More terms from R. J. Mathar, Oct 15 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 17:29 EDT 2024. Contains 371962 sequences. (Running on oeis4.)