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.

Previous Showing 31-40 of 45 results. Next

A110893 Numbers with a semiprime number of prime divisors (counted with multiplicity).

Original entry on oeis.org

16, 24, 36, 40, 54, 56, 60, 64, 81, 84, 88, 90, 96, 100, 104, 126, 132, 135, 136, 140, 144, 150, 152, 156, 160, 184, 189, 196, 198, 204, 210, 216, 220, 224, 225, 228, 232, 234, 240, 248, 250, 260, 276, 294, 296, 297, 306, 308, 315, 324, 328, 330, 336, 340, 342
Offset: 1

Views

Author

Jonathan Vos Post, Sep 20 2005

Keywords

Comments

Below 256 = 2^8 this is identical to A067028 (Numbers with a composite number of prime factors, counted with multiplicity).

Crossrefs

Programs

Formula

a(n) such that A001222(a(n)) is an element of A001358. a(n) such that bigomega(a(n)) is an element of A001358. Union[4-almost primes(A014613), 6-almost primes(A046306), 9-almost primes(A046312), 10-almost primes(A046314), 14-almost primes(A069275), 15-almost primes(A069276), 21-almost primes, 22-almost primes, 25-almost primes, 26-almost primes, ...]

A348073 Numbers k such that omega(k) = 9.

Original entry on oeis.org

223092870, 281291010, 300690390, 340510170, 358888530, 363993630, 380570190, 397687290, 406816410, 417086670, 434444010, 446185740, 455885430, 458948490, 481410930, 485555070, 497668710, 504894390, 512942430, 514083570, 531990690, 538047510, 547777230, 551861310, 562582020
Offset: 1

Views

Author

David A. Corneth, Oct 10 2021

Keywords

Examples

			562582020 = 2^2 * 3 * 5 * 7 * 11 * 13 * 17 * 19 * 29 is in the sequence as it has 9 distinct prime divisors (namely 2, 3, 5, 7, 11, 13, 17, 19 and 29).
		

Crossrefs

Row 9 of A125666.

Programs

  • PARI
    is(n) = omega(n) == 9
    
  • PARI
    A246655(lim)=my(v=List(primes([2,lim\=1]))); for(e=2,logint(lim,2), forprime(p=2,sqrtnint(lim,e), listput(v,p^e))); Set(v)
    list(lim,pr=9)=if(pr==1, return(A246655(lim))); my(v=List(),pr1=pr-1,mx=prod(i=1,pr1,prime(i))); forprime(p=prime(pr),lim\mx, my(u=list(lim\p,pr1)); for(i=1,#u,listput(v,p*u[i]))); Set(v) \\ Charles R Greathouse IV, Feb 03 2023

A349028 Lucas-Carmichael numbers with 9 prime factors.

Original entry on oeis.org

14563696180319, 16569718534655, 20203946790335, 22034564147519, 23315834862719, 23889526894079, 27074874805055, 28932092649215, 31534433588735, 34236981827279, 34249223161439, 45373136257295, 45593377151399, 50103079391519, 50415330959279, 50683388926247
Offset: 1

Views

Author

Tim Johannes Ohrtmann, Nov 06 2021

Keywords

Examples

			14563696180319 = 11*13*17*23*29*41*47*59*79 and 12, 14, 18, 24, 30, 42, 48, 60, and 80 all divide 14563696180320.
		

Crossrefs

Intersection of A006972 and A046312.
Cf. A216928 (least Lucas-Carmichael number with n prime factors).
Cf. A216925, A216926, A216927, A217002, A217003, A217091, A349029, A349030 (Lucas-Carmichael numbers with 3-8, 10 and 11 prime factors).

Programs

  • PARI
    is(n)={omega(n)==9&&is_A006972(n)}

A046322 Odd numbers divisible by exactly 9 primes (counted with multiplicity).

Original entry on oeis.org

19683, 32805, 45927, 54675, 72171, 76545, 85293, 91125, 107163, 111537, 120285, 124659, 127575, 142155, 150903, 151875, 168399, 178605, 185895, 190269, 199017, 200475, 203391, 207765, 212625, 236925, 242757, 250047, 251505, 253125, 260253
Offset: 1

Views

Author

Patrick De Geest, Jun 15 1998

Keywords

Crossrefs

Cf. A046312.

A101696 a(n) = sum(i=1,n)(i-th i-almost prime). Cumulative sums of A101695.

Original entry on oeis.org

2, 8, 26, 66, 174, 398, 878, 2174, 4862, 10494, 22014, 45054, 98302, 222718, 480766, 1021438, 2127358, 4355582, 8943102, 18773502, 38696446, 79590910, 175142398, 368080382, 764442110, 1586525694, 3247470078, 6644856318, 13489960446
Offset: 1

Views

Author

Jonathan Vos Post, Dec 12 2004, Sep 28 2006

Keywords

Comments

It seems that this sum can never be a prime after a(1) = 2, since the n-th n-almost prime is always even. The number of prime factors (with multiplicity) of a(n) is 1, 3, 2, 3, 3, 2, 2, 2, 4, 5, 4, 4, 3, 3, 5, 4, 3, 4, 7, 4, 2, 5, 5, 2, 3, 7, 4, 3, 4.
This is the diagonalization of the set of sequences {j-almost prime(k)}. The cumulative sums of this sequence are in A101696. a(1)=2 is prime. a(2)=8 is a 3-almost prime. a(3)=26 is a semiprime. a(4)=66 is a 3-almost prime. a(5)= 174 is a 3-almost prime. a(6)=398 is a semiprime. a(7)=878 is a semiprime. a(8)=2174 is a semiprime. a(9)=4862 is a 4-almost prime. a(10)=10494 is a 5-almost prime. a(11)=22014 is a 4-almost prime. a(12)=45054 is a 3-almost prime. a(13)=98302 is a 3-almost prime. a(14)=222718 is a 3-almost prime. a(15)=480766 is a 5-almost prime. a(16)=1021438 is a 4-almost prime. a(17)=2127358 is a 3-almost prime. a(18)=4355582 is a 4-almost prime. a(19)=8943102 is a 7-almost prime. a(20)=18773502 is a 4-almost prime. 21-almost numbers are not yet listed in the OEIS.

Examples

			a(1) = first 1-almost prime = first prime = A000040(1) = 2.
a(2) = 2 + 2nd 2-almost prime = 2 + A001358(2) = 2+ 6 = 8.
a(3) = a(2) + 3rd 3-almost prime = 8+A014612(3) = 8+18 = 26.
a(4) = a(3) + 4th 4-almost prime = 26+A014613(4) = 26+40 = 66.
a(5) = a(4) + 5th 5-almost prime = 66+A014614(5) = 66+108=174.
...
a(12) = a(11) + 12th 12-almost prime = 22014 + 23040 = 45054 (the first nontrivial palindrome in the sequence).
		

Crossrefs

Formula

a(1) = first 1-almost prime = first prime = A000040(1). a(2) = a(1) + 2nd 2-almost prime = a(1) + 2nd semiprime = A000040(1)+A001358(2). a(3) = a(2) + 3rd 3-almost prime = a(2) + A014612(3). a(4) = a(3) + 4th 4-almost prime = a(3) + A014613(4)... a(n) = a(n-1) + n-th n-almost prime.

Extensions

Edited by N. J. A. Sloane, Jul 03 2008 at the suggestion of R. J. Mathar

A337112 Smallest term of A337081 that has exactly n prime factors, or 0 if no such term exists.

Original entry on oeis.org

0, 4, 0, 90, 675, 1134, 6318, 4374, 32805, 255879, 1003833, 531441, 327544803, 20751953125, 225830078125, 91552734375, 1068115234375, 23651123046875, 316619873046875, 1697540283203125, 13256072998046875, 85353851318359375, 541210174560546875, 4518032073974609375, 58233737945556640625
Offset: 1

Views

Author

Matej Veselovac, Aug 16 2020

Keywords

Comments

a(n) is the smallest product of n primes that has unordered factorizations whose sums of factors are the same (is a term of A337080) and all of whose proper divisors have the complementary property: that every unordered factorization has a distinct sum of factors (i.e., all proper divisors are terms of A337037).

Crossrefs

Cf. A337113 (factors of terms).
Cf. A056472 (all factorizations of n).
Cf. r-almost primes: A000040 (r = 1), A001358 (r = 2), A014612 (r = 3), A014613 (r = 4), A014614 (r = 5), A046306 (r = 6), A046308 (r = 7), A046310 (r = 8), A046312 (r = 9), A046314 (r = 10), A069272 (r = 11), A069273 (r = 12), A069274 (r = 13), A069275 (r = 14), A069276 (r = 15), A069277 (r = 16), A069278 (r = 17), A069279 (r = 18), A069280 (r = 19), A069281 (r = 20).

Extensions

a(14) onward from David A. Corneth, Aug 26 2020

A369897 Numbers k such that k and k + 1 each have 10 prime divisors, counted with multiplicity.

Original entry on oeis.org

3290624, 4122495, 4402431, 5675264, 6608384, 6890624, 7914752, 8614592, 9454400, 11553920, 12613887, 13466816, 14493248, 14853375, 15473024, 16719615, 17494784, 18272384, 18309375, 22784895, 24890624, 25200800, 25869375, 25957503, 26903744, 26921727, 27510272, 28350080, 29761424, 31802624
Offset: 1

Views

Author

Zak Seidov and Robert Israel, Feb 04 2024

Keywords

Comments

Numbers k such that k and k + 1 are in A046314.
If a and b are coprime terms of A046312, one of them even, then Dickson's conjecture implies there are infinitely many terms k where k/a and (k+1)/b are primes.

Examples

			a(5) = 6608384 is a term because 6608384 = 2^9 * 12907 and 6608385 = 3^6 * 5 * 7^2 * 37 each have 10 prime divisors, counted with multiplicity.
		

Crossrefs

Programs

  • Maple
    with(priqueue):
    R:= NULL:  count:= 0:
    initialize(Q); r:= 0:
    insert([-2^10, [2$10]],Q);
    while count < 30 do
      T:= extract(Q);
      if -T[1] = r + 1 then
        R:= R, r; count:= count+1;
      fi;
      r:= -T[1];
      p:= T[2][-1];
      q:= nextprime(p);
      for i from 10 to 1 by -1 while T[2][i] = p do
        insert([-r*(q/p)^(11-i), [op(T[2][1..i-1]),q$(11-i)]],Q);
      od
    od:
    R;

A114828 Numbers k such that the k-th octagonal number has 9 prime factors counted with multiplicity.

Original entry on oeis.org

64, 96, 128, 144, 162, 182, 198, 216, 224, 234, 246, 270, 278, 288, 304, 310, 320, 324, 352, 390, 414, 416, 432, 438, 480, 504, 528, 544, 550, 558, 584, 594, 600, 646, 648, 654, 662, 684, 694, 702, 710, 729, 750, 752, 756, 798, 810, 834, 850, 870, 888, 900
Offset: 1

Views

Author

Jonathan Vos Post, Feb 19 2006

Keywords

Comments

k has at most 8 prime factors counted with multiplicity.

Examples

			a(1) = 64 because OctagonalNumber(64) = Oct(64) = 64*(3*64-2) = 12160 = 2^7 * 5 * 19 has exactly 9 prime factors (seven are all equally 2; factors need not be distinct).
a(2) = 96 because Oct(96) = 96*(3*96-2) = 27456 = 2^6 * 3 * 11 * 13 is 9-almost prime [also 27456 = Oct(96) = Oct(Oct(6)) is an iterated octagonal number].
a(3) = 128 because Oct(128) = 128*(3*128-2) = 48896 = 2^8 * 191.
		

Crossrefs

Programs

  • Magma
    A000567:=func< n | n*(3*n-2) >; Is9almostprime:=func< n | &+[k[2]: k in Factorization(n)] eq 9 >; [ n: n in [2..1000] | Is9almostprime(A000567(n)) ]; // Klaus Brockhaus, Dec 22 2010
    
  • Mathematica
    Select[Range[900],PrimeOmega[PolygonalNumber[8,#]]==9&] (* James C. McMahon, Jul 30 2024 *)
  • PARI
    isok(k) = bigomega(k*(3*k-2)) == 9; \\ Michel Marcus, Aug 02 2024

Formula

Integers k such that k*(3*k-2) has exactly nine prime factors (with multiplicity).
Integers k such that A000567(k) is a term of A046312.
Integers k such that A001222(A000567(k)) = 9.
Integers k such that A001222(k) + A001222(3*k-2) = 9.
Integers k such that (3*k-2)*(3*k-1)*(3*k)/((3*k-2)+(3*k-1)+(3*k)) is in A046310.

Extensions

Missing terms inserted by R. J. Mathar, Dec 22 2010
a(40)-a(52) from James C. McMahon, Jul 30 2024
Name edited by David A. Corneth, Jul 31 2024

A288517 Least integer k such that A001358(k) + A001358(k+1) is the product of exactly n prime factors (counting multiplicity).

Original entry on oeis.org

3, 1, 28, 4, 19, 39, 48, 89, 120, 551, 447, 589, 3707, 10137, 21644, 28456, 22998, 44494, 86132, 166930, 703448, 628371, 1220814, 1608668, 11153853, 6091437, 56676014, 268389220, 146153797, 193010987, 916382785, 738246947, 4702317172, 2830095027, 12627951809
Offset: 1

Views

Author

Zak Seidov, Jun 10 2017

Keywords

Examples

			n=1: k=3, A001358(3) + A001358(4) = 9 + 10 = 19 = A000040(8) (8th prime),
n=2: k=1, A001358(1)+A001358(2) = 4+6 = 10 = 2*5 = A001358(4) (4th semiprime),
n=11: k=447, A001358(447)+A001358(448) = 1535+1537 = 3072 = 2^10*3 = A069272(2) (2nd 11-almost prime).
		

Crossrefs

Extensions

a(21)-a(35) from Charles R Greathouse IV, Jun 10 2017

A321169 a(n) is the smallest prime p such that p + 2 is a product of n primes (counted with multiplicity).

Original entry on oeis.org

3, 2, 43, 79, 241, 727, 3643, 15307, 19681, 164023, 1673053, 885733, 2657203, 18600433, 23914843, 100442347, 358722673, 645700813, 4519905703, 18983603959, 48427561123, 31381059607, 261508830073, 1307544150373, 3295011258943, 24006510600883, 12709329141643, 53379182394907, 190639937124673, 2615579937350539
Offset: 1

Views

Author

Amiram Eldar and Zak Seidov, Jan 10 2019

Keywords

Comments

a(n) ~ c * 3^n. - David A. Corneth, Jan 11 2019

Examples

			a(1) = 3 as 3 + 2 = 5 (prime),
a(2) = 2 as 2 + 2 = 4 = 2*2 (semiprime),
a(3) = 43 as 43 + 2 = 45 = 3*3*5  (3-almost prime),
a(4) = 79 as 79 + 2 = 81 = 3*3*3*3 (4-almost prime).
		

Crossrefs

Programs

  • Mathematica
    ptns[n_, 0] := If[n == 0, {{}}, {}]; ptns[n_, k_] := Module[{r}, If[n < k, Return[{}]]; ptns[n, k] = 1 + Union @@ Table[PadRight[#, k] & /@ ptns[n - k, r], {r, 0, k}]]; a[n_] := Module[{i, l, v}, v = Infinity; For[i = n, True, i++, l = (Times @@ Prime /@ # &) /@ ptns[i, n]; If[Min @@ l > v, Return[v]]; minp = Min @@ Select[l - 2, PrimeQ]; If[minp < v, v = minp]]] ; Array[a, 10] (* after Amarnath Murthy at A073919 *)
  • PARI
    a(n) = forprime(p=2, , if (bigomega(p+2) == n, return (p))); \\ Michel Marcus, Jan 10 2019
    
  • PARI
    a(n) = {my(p3 = 3^n, u, c); if(n <= 2, return(4 - n)); if(isprime(p3 - 2), return(p3 - 2)); forprime(p = 5, oo, if(isprime(p3 / 3 * p - 2), u = p3 / 3 * p - 2; break ) ); for(i = 2, n, if(p3 * (5/3)^i > u, return(u)); for(j = 1, oo, if(p3 * j \ 3^i > u, next(2)); if(bigomega(j) == i, if(isprime(p3 / 3^(i) * j - 2), u = p3 / 3^(i) * j - 2; next(2) ) ) ) ); return(u) } \\ David A. Corneth, Jan 11 2019
Previous Showing 31-40 of 45 results. Next