login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A330563
Primes in A330562.
2
101, 103, 109, 401, 601, 701, 1009, 1021, 1033, 1051, 1063, 1201, 1303, 1801, 2011, 2017, 2081, 2801, 3001, 3061, 3301, 4001, 4021, 4201, 4801, 5011, 5021, 5051, 5081, 5101, 5501, 5801, 6301
OFFSET
1,1
LINKS
MAPLE
filter:= proc(k) local L;
L:= convert(convert(k, base, 10), set);
andmap(d -> member(k mod d, L), L minus {0}) and isprime(k)
end proc:
select(filter, [seq(i, i=101..10000, 2)]); # Robert Israel, Dec 23 2024
CROSSREFS
Cf. A330562.
Sequence in context: A318157 A117837 A176929 * A060400 A128717 A111348
KEYWORD
nonn,base
AUTHOR
STATUS
approved