login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A020461
Primes that contain digits 3 and 4 only.
13
3, 43, 433, 443, 3343, 3433, 33343, 333433, 334333, 343333, 343433, 444343, 444443, 3333433, 3343343, 3343433, 3344333, 3344443, 3433333, 3434443, 3443443, 3444443, 4344443, 4433333, 4434343, 4443433, 34333333, 34434343, 34444343, 43444433
OFFSET
1,1
LINKS
MATHEMATICA
Flatten[Table[Select[FromDigits/@Tuples[{3, 4}, n], PrimeQ], {n, 8}]] (* Vincenzo Librandi, Jul 27 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(43444433) | Set(Intseq(p)) subset [3, 4]];
// Bruno Berselli, Jul 27 2012
CROSSREFS
Cf. A054356.
Sequence in context: A197609 A199346 A199340 * A138974 A036940 A099664
KEYWORD
nonn,base
STATUS
approved