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.

A260125 Primes having only {0, 2, 3} as digits.

This page as a plain text file.
%I A260125 #19 Jul 20 2025 18:26:19
%S A260125 2,3,23,223,233,2003,2203,2333,3023,3203,3323,20023,20233,20323,20333,
%T A260125 22003,22303,23003,23203,23333,30203,30223,30323,32003,32203,32233,
%U A260125 32303,32323,33023,33203,33223,200003,200023,200033,200323,203023,203233,203323
%N A260125 Primes having only {0, 2, 3} as digits.
%H A260125 Alois P. Heinz, <a href="/A260125/b260125.txt">Table of n, a(n) for n = 1..10000</a>
%H A260125 <a href="/index/Pri#PrimesWithDigits">Index to entries for primes with digits in a given set</a>
%t A260125 Select[Prime[Range[2 10^4]], Complement[IntegerDigits[#], {2, 3, 0}]=={} &]
%t A260125 Select[FromDigits/@Tuples[{0,2,3},6],PrimeQ] (* _Harvey P. Dale_, Mar 06 2020 *)
%o A260125 (Magma) [p: p in PrimesUpTo(300000) | Intseq(p) subset {2,3,0}];
%Y A260125 Cf. Primes that contain only the digits (2,3,k): this sequence (k=0), A062350 (k=1), A199342 (k=4), A214703 (k=5), A260126 (k=6), A214704 (k=7), A260127 (k=8), A260128 (k=9).
%Y A260125 Cf. A020458 (a subsequence).
%K A260125 nonn,base,easy
%O A260125 1,1
%A A260125 _Vincenzo Librandi_, Jul 17 2015