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.

Showing 1-3 of 3 results.

A339908 Odd squarefree numbers k > 1 for which bigomega(phi(k)) < bigomega(k-1), where bigomega gives the number of prime divisors, counted with multiplicity.

Original entry on oeis.org

33, 65, 129, 141, 145, 161, 177, 201, 217, 249, 253, 321, 385, 393, 417, 501, 537, 649, 681, 705, 721, 737, 849, 865, 897, 913, 973, 993, 1041, 1057, 1081, 1101, 1121, 1135, 1149, 1169, 1177, 1281, 1329, 1345, 1401, 1441, 1457, 1473, 1497, 1509, 1537, 1561, 1569, 1585, 1633, 1689, 1729, 1761, 1793, 1821, 1837, 1841
Offset: 1

Views

Author

Antti Karttunen, Dec 21 2020

Keywords

Comments

All terms can be found in A339911. Also, all nonmultiples of 3 certainly occur in A339912 also.
The first term of the form 4u+3 is 1135.

Crossrefs

Subsequence of A056911 and of A339907, A339911.
Cf. also A339912.
Cf. A339909 (a subsequence).

Programs

  • PARI
    isA339908(n) = ((n>1)&&(n%2)&&issquarefree(n)&&(bigomega(eulerphi(n))
    				

A339910 After 1, numbers k > 1 such that k has fewer prime divisors than k-1, when they are counted with multiplicity.

Original entry on oeis.org

1, 5, 7, 9, 11, 13, 17, 19, 21, 23, 25, 29, 31, 33, 37, 41, 43, 46, 47, 49, 51, 53, 55, 57, 59, 61, 65, 67, 69, 71, 73, 77, 79, 81, 82, 83, 85, 89, 91, 93, 97, 101, 103, 105, 106, 107, 109, 111, 113, 115, 118, 121, 127, 129, 131, 133, 137, 139, 141, 145, 149, 151, 153, 155, 157, 161, 163, 166, 167, 169, 173, 177, 179
Offset: 1

Views

Author

Antti Karttunen, Dec 22 2020

Keywords

Comments

List of starts of nondecreasing runs of values of A001222 (= bigomega, number of prime factors, when counted with multiplicity).
Differs from A303578 (a similar sequence computed for tau, the number of divisors) for the first time at n=44, where a(44) = 105, a term missing from A303578.

Crossrefs

Cf. A001222.
One more than A322839.
Cf. A339911, A339912 for subsequences.
Cf. also A303578.

Programs

  • Mathematica
    1 + {0}~Join~Position[Sign@ Differences[Array[PrimeOmega, 180]], -1][[All, 1]] (* Michael De Vlieger, Dec 22 2020 *)
  • PARI
    isA339910(n) = ((1==n)||(bigomega(n)
    				

A339912 Numbers k > 1 for which bigomega(k) < bigomega(k-1)/2, where bigomega gives the number of prime factors, counted with multiplicity.

Original entry on oeis.org

13, 17, 19, 29, 31, 33, 37, 41, 43, 49, 53, 61, 65, 67, 71, 73, 79, 89, 97, 101, 103, 109, 113, 121, 127, 129, 131, 137, 139, 145, 149, 151, 157, 161, 163, 169, 173, 177, 181, 191, 193, 197, 199, 201, 209, 211, 217, 223, 229, 233, 239, 241, 251, 253, 257, 265, 269, 271, 277, 281, 283, 289, 293, 301, 305, 307, 311, 313
Offset: 1

Views

Author

Antti Karttunen, Dec 22 2020

Keywords

Crossrefs

Cf. A001222.
Subsequence of A339911 and of A339910.
Cf. also A339908.

Programs

Showing 1-3 of 3 results.