login

Revision History for A365871

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Starts of runs of 3 consecutive integers whose exponent of least prime factor in their prime factorization is even.
(history; published version)
#9 by OEIS Server at Thu Sep 21 06:29:04 EDT 2023
LINKS

Amiram Eldar, <a href="/A365871/b365871_1.txt">Table of n, a(n) for n = 1..10000</a>

#8 by Joerg Arndt at Thu Sep 21 06:29:04 EDT 2023
STATUS

reviewed

approved

Discussion
Thu Sep 21
06:29
OEIS Server: Installed first b-file as b365871.txt.
#7 by Hugo Pfoertner at Thu Sep 21 05:20:11 EDT 2023
STATUS

proposed

reviewed

#6 by Amiram Eldar at Thu Sep 21 03:46:40 EDT 2023
STATUS

editing

proposed

#5 by Amiram Eldar at Thu Sep 21 03:43:52 EDT 2023
COMMENTS

Numbers of the form 4*k+2 are not terms of A365869. Therefore , there are no runs of 4 or more consecutive integers, and all the terms of this sequence are of the form 4*k+3.

#4 by Amiram Eldar at Thu Sep 21 03:37:44 EDT 2023
LINKS

Amiram Eldar, <a href="/A365871/b365871_1.txt">Table of n, a(n) for n = 1..10000</a>

#3 by Amiram Eldar at Thu Sep 21 03:36:11 EDT 2023
EXAMPLE

475 is a term since the exponent of the prime factor 5 in the factorization 475 = 5^2 * 19 is 2, which is even, the exponent of the prime factor 2 in the factorization 476 = 2^2 * 7 * 17 is 2, which is even, and the exponent of the prime factor 3 in the factorization 477 = 3^2 * 53 is also 2, which is even.

#2 by Amiram Eldar at Thu Sep 21 03:30:30 EDT 2023
NAME

allocated for Amiram EldarStarts of runs of 3 consecutive integers whose exponent of least prime factor in their prime factorization is even.

DATA

475, 1519, 2223, 2275, 3283, 4475, 4923, 4975, 5823, 6723, 6811, 7299, 7675, 8107, 8379, 8523, 8955, 9475, 10323, 10467, 11275, 12427, 12463, 12591, 13075, 13867, 13923, 14355, 15631, 15723, 16675, 18027, 18275, 18475, 18767, 19323, 19375, 19647, 22075, 22831

OFFSET

1,1

COMMENTS

Numbers k such that k, k+1 and k+2 are all terms of A365869.

Numbers of the form 4*k+2 are not terms of A365869. Therefore there are no runs of 4 or more consecutive integers, and all the terms of this sequence are of the form 4*k+3.

The numbers of terms not exceeding 10^k, for k = 3, 4, ..., are 1, 18, 195, 1952, 19542, 195514, 1955859, 19560453, 195611458, ... . Apparently, the asymptotic density of this sequence exists and equals 0.001956... .

MATHEMATICA

Select[4 * Range[6000] + 3, AllTrue[# + {0, 1, 2}, EvenQ[FactorInteger[#1][[1, -1]]] &] &]

PROG

(PARI) is(n) = !(factor(n)[1, 2]%2);

lista(kmax) = forstep(k = 3, kmax, 4, if(is(k) && is(k+1) && is(k+2), print1(k, ", ")));

CROSSREFS

Cf. A067029.

Subsequence of A004767, A365869 and A365870.

KEYWORD

allocated

nonn,easy

AUTHOR

Amiram Eldar, Sep 21 2023

STATUS

approved

editing

#1 by Amiram Eldar at Thu Sep 21 02:47:26 EDT 2023
NAME

allocated for Amiram Eldar

KEYWORD

allocated

STATUS

approved