cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A124309 5-almost primes indexed by primes.

This page as a plain text file.
%I A124309 #7 Feb 10 2017 12:51:16
%S A124309 48,72,108,120,180,208,270,280,368,420,450,520,592,612,660,700,760,
%T A124309 828,920,952,976,1032,1064,1128,1242,1288,1323,1372,1380,1428,1575,
%U A124309 1624,1674,1700,1752,1768,1880,1976,2028,2096,2178,2196,2312,2328,2384,2394,2475
%N A124309 5-almost primes indexed by primes.
%H A124309 Charles R Greathouse IV, <a href="/A124309/b124309.txt">Table of n, a(n) for n = 1..10000</a>
%F A124309 a(n) = 5almostprime(prime(n)) = A014614(A000040(n)).
%e A124309 a(1) = 5almostprime(prime(1)) = 5almostprime(2) = 48 = 2^4 * 3.
%e A124309 a(2) = 5almostprime(prime(2)) = 5almostprime(3) = 72 = 2^3 * 3^2.
%e A124309 a(3) = 5almostprime(prime(3)) = 5almostprime(5) = 108 = 2^2 * 3^3.
%o A124309 (PARI) list(lim)=my(v=List(),u=v); forprime(p=2,lim\16, forprime(q=2,min(lim\(8*p),p), forprime(r=2,min(lim\(4*p*q),q), forprime(s=2,min(lim\(2*p*q*r),r), forprime(t=2,min(lim\(p*q*r*s),s), listput(v,p*q*r*s*t)))))); v=Set(v); forprime(p=2,#v, listput(u,v[p])); v=0; Vec(u) \\ _Charles R Greathouse IV_, Feb 10 2017
%Y A124309 Cf. A124308 Primes indexed by 5-almost primes. A124310 prime(5almostprime(n)) - 5almostprime(prime(n)). 4-almost primes indexed by primes = A124283. prime(4almostprime(n)) - 4almostprime(prime(n)) = A124284. Primes indexed by 3-almost primes = A124268. 3-almost primes indexed by primes = A124269. 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.
%Y A124309 Cf. A000040, A014614, A114405, A114415, A124282-A124284, A124309.
%K A124309 easy,nonn,less
%O A124309 1,1
%A A124309 _Jonathan Vos Post_, Oct 25 2006
%E A124309 a(16)-a(47) from _Giovanni Resta_, Jun 13 2016