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.
%I A386057 #6 Jul 15 2025 23:58:00 %S A386057 3,43,433,443,463,643,3343,3433,3463,3643,4003,4363,4463,4603,4643, %T A386057 4663,6043,6343,30403,30643,33343,33403,34033,34303,34403,34603,36343, %U A386057 36433,36643,40063,40343,40433,43003,43063,43403,43633,44633,46633,46643,46663,60343 %N A386057 Primes having only {0, 3, 4, 6} as digits. %H A386057 Jason Bard, <a href="/A386057/b386057.txt">Table of n, a(n) for n = 1..10000</a> %H A386057 <a href="/index/Pri#PrimesWithDigits">Index to entries for primes with digits in a given set</a> %t A386057 Select[FromDigits /@ Tuples[{0, 3, 4, 6}, n], PrimeQ] %o A386057 (Magma) [p: p in PrimesUpTo(10^6) | Set(Intseq(p)) subset [0, 3, 4, 6]]; %o A386057 (Python) print(list(islice(primes_with("0346"), 41))) # uses function/imports in A385776 %o A386057 (PARI) primes_with(, 1, [0, 3, 4, 6]) \\ uses function in A385776 %Y A386057 Subsequence of A030431. %Y A386057 Supersequence of A199340, A199346. %Y A386057 Cf. A000040, A385776. %K A386057 nonn,base,easy %O A386057 1,1 %A A386057 _Jason Bard_, Jul 15 2025