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.

Previous Showing 51-60 of 262 results. Next

A386024 Primes having only {0, 1, 3, 5} as digits.

Original entry on oeis.org

3, 5, 11, 13, 31, 53, 101, 103, 113, 131, 151, 311, 313, 331, 353, 503, 1013, 1031, 1033, 1051, 1103, 1151, 1153, 1301, 1303, 1511, 1531, 1553, 3001, 3011, 3301, 3313, 3331, 3511, 3533, 5003, 5011, 5051, 5101, 5113, 5153, 5303, 5333, 5351, 5501, 5503, 5531, 10103
Offset: 1

Views

Author

Jason Bard, Jul 14 2025

Keywords

Crossrefs

Subsequence of A036958.
Supersequence of A199325, A260044, A260224.

Programs

  • Magma
    [p: p in PrimesUpTo(10^6) | Set(Intseq(p)) subset [0, 1, 3, 5]];
    
  • Mathematica
    Select[FromDigits /@ Tuples[{0, 1, 3, 5}, n], PrimeQ]
  • PARI
    primes_with(, 1, [0, 1, 3, 5]) \\ uses function in A385776
  • Python
    print(list(islice(primes_with("0135"), 41))) # uses function/imports in A385776
    

A386025 Primes having only {0, 1, 3, 7} as digits.

Original entry on oeis.org

3, 7, 11, 13, 17, 31, 37, 71, 73, 101, 103, 107, 113, 131, 137, 173, 307, 311, 313, 317, 331, 337, 373, 701, 733, 773, 1013, 1031, 1033, 1103, 1117, 1171, 1301, 1303, 1307, 1373, 1733, 1777, 3001, 3011, 3037, 3137, 3301, 3307, 3313, 3331, 3371, 3373, 3701, 3733
Offset: 1

Views

Author

Jason Bard, Jul 14 2025

Keywords

Crossrefs

Supersequence of A199327, A260044, A260379.

Programs

  • Magma
    [p: p in PrimesUpTo(10^6) | Set(Intseq(p)) subset [0, 1, 3, 7]];
    
  • Mathematica
    Select[FromDigits /@ Tuples[{0, 1, 3, 7}, n], PrimeQ]
  • PARI
    primes_with(, 1, [0, 1, 3, 7]) \\ uses function in A385776
  • Python
    print(list(islice(primes_with("0137"), 41))) # uses function/imports in A385776
    

A386026 Primes having only {0, 1, 3, 9} as digits.

Original entry on oeis.org

3, 11, 13, 19, 31, 101, 103, 109, 113, 131, 139, 191, 193, 199, 311, 313, 331, 911, 919, 991, 1009, 1013, 1019, 1031, 1033, 1039, 1091, 1093, 1103, 1109, 1193, 1301, 1303, 1319, 1399, 1901, 1913, 1931, 1933, 1993, 1999, 3001, 3011, 3019, 3109, 3119, 3191, 3301
Offset: 1

Views

Author

Jason Bard, Jul 14 2025

Keywords

Comments

Primes that only contain digits that are 0 or integer powers of 3.

Crossrefs

Supersequence of A199329, A260044, A329761.

Programs

  • Magma
    [p: p in PrimesUpTo(10^6) | Set(Intseq(p)) subset [0, 1, 3, 9]];
    
  • Mathematica
    Select[FromDigits /@ Tuples[{0, 1, 3, 9}, n], PrimeQ]
  • PARI
    primes_with(, 1, [0, 1, 3, 9]) \\ uses function in A385776
  • Python
    print(list(islice(primes_with("0139"), 41))) # uses function/imports in A385776
    

A386027 Primes having only {0, 1, 4, 5} as digits.

Original entry on oeis.org

5, 11, 41, 101, 151, 401, 541, 1051, 1151, 1451, 1511, 4001, 4051, 4111, 4441, 4451, 5011, 5051, 5101, 5441, 5501, 10111, 10141, 10151, 10501, 11411, 11551, 14011, 14051, 14401, 14411, 14551, 15101, 15401, 15451, 15511, 15541, 15551, 40111, 40151, 41011, 41051
Offset: 1

Views

Author

Jason Bard, Jul 14 2025

Keywords

Crossrefs

Supersequence of A199325, A260266, A260268.

Programs

  • Magma
    [p: p in PrimesUpTo(10^6) | Set(Intseq(p)) subset [0, 1, 4, 5]];
    
  • Mathematica
    Select[FromDigits /@ Tuples[{0, 1, 4, 5}, n], PrimeQ]
  • PARI
    primes_with(, 1, [0, 1, 4, 5]) \\ uses function in A385776
  • Python
    print(list(islice(primes_with("0145"), 41))) # uses function/imports in A385776
    

A386028 Primes having only {0, 1, 4, 6} as digits.

Original entry on oeis.org

11, 41, 61, 101, 401, 461, 601, 641, 661, 1061, 1601, 4001, 4111, 4441, 6011, 6101, 6661, 10061, 10111, 10141, 10601, 11161, 11411, 14011, 14401, 14411, 14461, 16001, 16061, 16111, 16141, 16411, 16661, 40111, 41011, 41141, 41161, 41411, 41611, 41641, 44041, 44101
Offset: 1

Views

Author

Jason Bard, Jul 14 2025

Keywords

Crossrefs

Subsequence of A030430.
Supersequence of A199326, A260266, A260269.

Programs

  • Magma
    [p: p in PrimesUpTo(10^6) | Set(Intseq(p)) subset [0, 1, 4, 6]];
    
  • Mathematica
    Select[FromDigits /@ Tuples[{0, 1, 4, 6}, n], PrimeQ]
  • PARI
    primes_with(, 1, [0, 1, 4, 6]) \\ uses function in A385776
  • Python
    print(list(islice(primes_with("0146"), 41))) # uses function/imports in A385776
    

A386029 Primes having only {0, 1, 4, 7} as digits.

Original entry on oeis.org

7, 11, 17, 41, 47, 71, 101, 107, 401, 701, 1117, 1171, 1447, 1471, 1741, 1747, 1777, 4001, 4007, 4111, 4177, 4441, 4447, 7001, 7177, 7411, 7417, 7477, 7717, 7741, 10007, 10111, 10141, 10177, 10477, 10711, 10771, 11047, 11071, 11117, 11171, 11177, 11411, 11447
Offset: 1

Views

Author

Jason Bard, Jul 14 2025

Keywords

Crossrefs

Supersequence of A079651, A199327, A260266.

Programs

  • Magma
    [p: p in PrimesUpTo(10^6) | Set(Intseq(p)) subset [0, 1, 4, 7]];
    
  • Mathematica
    Select[FromDigits /@ Tuples[{0, 1, 4, 7}, n], PrimeQ]
  • PARI
    primes_with(, 1, [0, 1, 4, 7]) \\ uses function in A385776
  • Python
    print(list(islice(primes_with("0147"), 41))) # uses function/imports in A385776
    

A386030 Primes having only {0, 1, 4, 8} as digits.

Original entry on oeis.org

11, 41, 101, 181, 401, 811, 881, 1181, 1481, 1801, 1811, 4001, 4111, 4441, 4481, 4801, 8011, 8081, 8101, 8111, 10111, 10141, 10181, 11411, 11801, 14011, 14081, 14401, 14411, 18041, 18181, 18401, 18481, 40111, 40801, 40841, 41011, 41081, 41141, 41411, 41801, 44041
Offset: 1

Views

Author

Jason Bard, Jul 14 2025

Keywords

Crossrefs

Subsequence of A030430.
Supersequence of A061247, A260266, A260270.

Programs

  • Magma
    [p: p in PrimesUpTo(10^6) | Set(Intseq(p)) subset [0, 1, 4, 8]];
    
  • Mathematica
    Select[FromDigits /@ Tuples[{0, 1, 4, 8}, n], PrimeQ]
  • PARI
    primes_with(, 1, [0, 1, 4, 8]) \\ uses function in A385776
  • Python
    print(list(islice(primes_with("0148"), 41))) # uses function/imports in A385776
    

A386031 Primes having only {0, 1, 5, 6} as digits.

Original entry on oeis.org

5, 11, 61, 101, 151, 601, 661, 1051, 1061, 1151, 1511, 1601, 5011, 5051, 5101, 5501, 5651, 6011, 6101, 6151, 6551, 6661, 10061, 10111, 10151, 10501, 10601, 10651, 11161, 11551, 15061, 15101, 15161, 15511, 15551, 15601, 15661, 16001, 16061, 16111, 16561, 16651
Offset: 1

Views

Author

Jason Bard, Jul 14 2025

Keywords

Comments

Primes with decimal digits only in the set {0,1} mod 5.

Crossrefs

Supersequence of A199325, A199326, A385779.

Programs

  • Magma
    [p: p in PrimesUpTo(10^6) | Set(Intseq(p)) subset [0, 1, 5, 6]];
    
  • Mathematica
    Select[FromDigits/@Tuples[{0,1,5,6},5],PrimeQ]
  • PARI
    primes_with(, 1, [0, 1, 5, 6]) \\ uses function in A385776
  • Python
    print(list(islice(primes_with("0156"), 41))) # uses function/imports in A385776
    

Extensions

Mathematica program corrected by Harvey P. Dale, Aug 27 2025

A386032 Primes having only {0, 1, 5, 7} as digits.

Original entry on oeis.org

5, 7, 11, 17, 71, 101, 107, 151, 157, 557, 571, 577, 701, 751, 757, 1051, 1117, 1151, 1171, 1511, 1571, 1777, 5011, 5051, 5077, 5101, 5107, 5171, 5501, 5507, 5557, 5701, 5711, 5717, 7001, 7057, 7151, 7177, 7507, 7517, 7577, 7717, 7757, 10007, 10111, 10151, 10177
Offset: 1

Views

Author

Jason Bard, Jul 14 2025

Keywords

Crossrefs

Supersequence of A199325, A199327, A260828.

Programs

  • Magma
    [p: p in PrimesUpTo(10^6) | Set(Intseq(p)) subset [0, 1, 5, 7]];
    
  • Mathematica
    Select[FromDigits /@ Tuples[{0, 1, 5, 7}, n], PrimeQ]
  • PARI
    primes_with(, 1, [0, 1, 5, 7]) \\ uses function in A385776
  • Python
    print(list(islice(primes_with("0157"), 41))) # uses function/imports in A385776
    

A386033 Primes having only {0, 1, 5, 8} as digits.

Original entry on oeis.org

5, 11, 101, 151, 181, 811, 881, 1051, 1151, 1181, 1511, 1801, 1811, 5011, 5051, 5081, 5101, 5501, 5581, 5801, 5851, 5881, 8011, 8081, 8101, 8111, 8501, 8581, 10111, 10151, 10181, 10501, 11551, 11801, 15101, 15511, 15551, 15581, 15881, 18181, 50051, 50101, 50111
Offset: 1

Views

Author

Jason Bard, Jul 14 2025

Keywords

Crossrefs

Supersequence of A061247, A199325, A385780.

Programs

  • Magma
    [p: p in PrimesUpTo(10^6) | Set(Intseq(p)) subset [0, 1, 5, 8]];
    
  • Mathematica
    Select[FromDigits /@ Tuples[{0, 1, 5, 8}, n], PrimeQ]
  • PARI
    primes_with(, 1, [0, 1, 5, 8]) \\ uses function in A385776
  • Python
    print(list(islice(primes_with("0158"), 41))) # uses function/imports in A385776
    
Previous Showing 51-60 of 262 results. Next