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.

A377564 Primes that contain at least two different even digits and at least two different odd digits such that any permutation of the odd digits and any permutation of the even digits produces a prime. Permutations with leading 0s are disregarded; ie. if permutations of even digits in a prime p produce a number with a leading 0 that is not prime, p is still in the sequence.

This page as a plain text file.
%I A377564 #14 Nov 20 2024 09:58:45
%S A377564 1249,1429,1487,1847,2309,2617,2671,2903,4019,4091,6037,6073,6217,
%T A377564 6271,6389,6709,6907,6983,7481,7841,8039,8093,8369,8963,9241,9421,
%U A377564 20129,20177,20389,20717,20771,20921,20983,21013,21031,22109,22901,23011
%N A377564 Primes that contain at least two different even digits and at least two different odd digits such that any permutation of the odd digits and any permutation of the even digits produces a prime.  Permutations with leading 0s are disregarded; ie. if permutations of even digits in a prime p produce a number with a leading 0 that is not prime, p is still in the sequence.
%C A377564 Relaxed version of A376502.  For example, 2309 is not in A376502 since 329 is not prime; however, 2309 is in this sequence since nonprimes with leading 0s such as 329 that result from permutations of even digits are disregarded.
%C A377564 The primes in the sequence cannot contain 5.
%e A377564 The primes 80107 and 80701 are in the sequence even if permutations of even digits produce 187, 781, 8107, 8701 which are numbers with leading 0s that are not prime.
%Y A377564 Cf. A000040, A003459, A376500, A376501, A376502.
%K A377564 nonn,base
%O A377564 1,1
%A A377564 _Enrique Navarrete_, Nov 01 2024