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-4 of 4 results.

A138511 Semiprimes where the larger prime factor is greater than the square of the smaller prime factor, short: semiprimes p*q, p^2 < q.

Original entry on oeis.org

10, 14, 22, 26, 33, 34, 38, 39, 46, 51, 57, 58, 62, 69, 74, 82, 86, 87, 93, 94, 106, 111, 118, 122, 123, 129, 134, 141, 142, 145, 146, 155, 158, 159, 166, 177, 178, 183, 185, 194, 201, 202, 205, 206, 213, 214, 215, 218, 219, 226, 235, 237, 249, 254, 262, 265, 267, 274, 278, 291, 295, 298, 302, 303, 305
Offset: 1

Views

Author

Reinhard Zumkeller, Mar 21 2008

Keywords

Comments

From Antti Karttunen, Dec 17 2014, further edited Jan 01 & 04 2014: (Start)
Semiprimes p*q, p < q, such that the smallest r for which r^k <= p and q < r^(k+1) [for some k >= 0] is q+1, and thus k = 0. In other words, semiprimes whose both prime factors do not fit (simultaneously) between any two consecutive powers of any natural number r less than or equal to the larger prime factor. This condition forces the larger prime factor q to be greater than the square of the smaller prime factor because otherwise the opposite condition given in A251728 would hold.
Assuming that A054272(n), the number of primes in interval [prime(n), prime(n)^2], is nondecreasing (implied for example if Legendre's or Brocard's conjecture is true), these are also "unsettled" semiprimes that occur in a square array A083221 constructed from the sieve of Eratosthenes, "above the line A251719", meaning that if and only if row < A251719(col) then a semiprime occurring at A083221(row, col) is in this sequence, and conversely, all the semiprimes that occur at any position A083221(row, col) where row >= A251719(col) are in the complementary sequence A251728.
(End)
Semiprimes p*q, p < q, such that b = q+1 is the minimal base with the property that p and q have equal length representations in base b. This was the original definition, which is based primarily on A138510: A138510(A174956(a(n))) = A084127(A174956(a(n))) + 1.

Examples

			See A138510.
		

Crossrefs

Cf. A138510.
Complement of A251728 in A001358.
Subsequence of A088381.
An intersection of A001358 (semiprimes) and A251727.
Also an intersection of A001358 and A253569, from the latter which this sequence differs for the first time at n=60, where A253569(60) = 290, while here a(60) = 291.
Also an intersection A001358 and A245729.

Programs

Formula

Other identities. For all n >= 1 it holds that:
A138510(A174956(a(n))) = A084127(A174956(a(n))) + 1.

Extensions

Wrong comment corrected by Reinhard Zumkeller, Dec 16 2014
New definition by Antti Karttunen, Jan 01 2015; old definition moved to comment.
More terms from Antti Karttunen, Jan 09 2015

A253567 Noncomposites together with such composites n = p_i * p_j * p_k * ... * p_u, p_i <= p_j <= p_k <= ... <= p_u, where there is at least one such pair of successive prime factors (when sorted into a nondecreasing order) that the square of the former is larger than the latter: (p_i)^2 > p_j or (p_j)^2 > p_k, etc.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 27, 28, 29, 30, 31, 32, 35, 36, 37, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 52, 53, 54, 55, 56, 59, 60, 61, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100
Offset: 1

Views

Author

Antti Karttunen, Jan 16 2015

Keywords

Examples

			4 = 2*2 is present as 2^2 > 2.
6 = 2*3 is present as 2^2 > 3.
70 = 2*5*7 is present as 5^2 > 7.
		

Crossrefs

Complement: A253569.
Subsequences: A008578, A013929, A251728, A253784.
Cf. A001222.

A245729 Composite numbers n = A020639(n) * A032742(n) where the greatest proper divisor A032742(n) is greater than the square of the smallest prime factor A020639(n), and that greatest proper divisor A032742(n) is either a prime or satisfies the same condition (i.e., is itself the term of this sequence).

Original entry on oeis.org

10, 14, 20, 22, 26, 28, 33, 34, 38, 39, 40, 44, 46, 51, 52, 56, 57, 58, 62, 66, 68, 69, 74, 76, 78, 80, 82, 86, 87, 88, 92, 93, 94, 99, 102, 104, 106, 111, 112, 114, 116, 117, 118, 122, 123, 124, 129, 132, 134, 136, 138, 141, 142, 145, 146, 148, 152, 153, 155, 156, 158, 159, 160, 164, 166, 171, 172, 174, 176, 177
Offset: 1

Views

Author

Keywords

Comments

If n is present, then so is also 2*n.
If n = p_1^e_1*p_2^e_2*... with p_1 > p_2 > ..., then n is in this sequence iff p_1^2 > p_2 and e_1 = 1. - Charlie Neder, Jun 13 2019

Examples

			10 = 2*5 is present, because 2^2 < 5 and 5 is a prime.
20 = 2*10 is present, because 2^2 < 10, and 10 itself is present in the sequence.
		

Crossrefs

Subsequence of A088381 and A251727.
Subsequences: A138511, A253569.

Programs

A253785 Composite numbers n = prime(i_1) * ... * prime(i_k), prime(i_1) <= prime(i_2) <= ... <= prime(i_k), with at least one pair of successive prime factors (when sorted into monotonic order) where the latter prime factor is greater than the square of the former: prime(i_x)^2 < prime(i_{x+1}), for some x in 1 .. k-1, where k = A001222(n) and i_k = A061395(n).

Original entry on oeis.org

10, 14, 20, 22, 26, 28, 33, 34, 38, 39, 40, 44, 46, 50, 51, 52, 56, 57, 58, 62, 66, 68, 69, 70, 74, 76, 78, 80, 82, 86, 87, 88, 92, 93, 94, 98, 99, 100, 102, 104, 106, 110, 111, 112, 114, 116, 117, 118, 122, 123, 124, 129, 130, 132, 134, 136, 138, 140, 141, 142, 145, 146, 148, 152, 153, 154, 155, 156, 158, 159, 160, 164, 166, 170
Offset: 1

Views

Author

Antti Karttunen, Jan 16 2015

Keywords

Examples

			10 = 2*5 is present as 2^2 < 5.
50 = 2*5*5 is present as 2^2 < 5.
51 = 3*17 is present as 3^2 < 17.
66 = 2*3*11 is present as 3^2 < 11.
		

Crossrefs

Complement: A253784.
Subsequences: A138511, A253569.
Differs from A245729 for the first time at n=14, where a(14) = 50, while A245729(14) = 51.
Showing 1-4 of 4 results.