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.

Showing 1-5 of 5 results.

A382415 Numbers with at least one zero in their base-5 representation.

Original entry on oeis.org

0, 5, 10, 15, 20, 25, 26, 27, 28, 29, 30, 35, 40, 45, 50, 51, 52, 53, 54, 55, 60, 65, 70, 75, 76, 77, 78, 79, 80, 85, 90, 95, 100, 101, 102, 103, 104, 105, 110, 115, 120, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145
Offset: 1

Views

Author

Paolo Xausa, Mar 25 2025

Keywords

Crossrefs

Cf. analogous sequences in other bases: A062289 (base 2), A081605 (base 3), A196032 (base 4), A382416 (base 6), A382413 (base 7), A382417 (base 8), A382418 (base 9), A011540 (base 10).
Cf. A007091, A023721 (complement), A023722.

Programs

  • Mathematica
    Select[Range[0, 150], DigitCount[#, 5, 0] > 0 &]

A382416 Numbers with at least one zero in their base-6 representation.

Original entry on oeis.org

0, 6, 12, 18, 24, 30, 36, 37, 38, 39, 40, 41, 42, 48, 54, 60, 66, 72, 73, 74, 75, 76, 77, 78, 84, 90, 96, 102, 108, 109, 110, 111, 112, 113, 114, 120, 126, 132, 138, 144, 145, 146, 147, 148, 149, 150, 156, 162, 168, 174, 180, 181, 182, 183, 184, 185, 186, 192, 198
Offset: 1

Views

Author

Paolo Xausa, Mar 25 2025

Keywords

Crossrefs

Cf. analogous sequences in other bases: A062289 (base 2), A081605 (base 3), A196032 (base 4), A382415 (base 5), A382413 (base 7), A382417 (base 8), A382418 (base 9), A011540 (base 10).
Cf. A007092, A043369, A248910 (complement).

Programs

  • Mathematica
    Select[Range[0, 200], DigitCount[#, 6, 0] > 0 &]

A382417 Numbers with at least one zero in their base-8 representation.

Original entry on oeis.org

0, 8, 16, 24, 32, 40, 48, 56, 64, 65, 66, 67, 68, 69, 70, 71, 72, 80, 88, 96, 104, 112, 120, 128, 129, 130, 131, 132, 133, 134, 135, 136, 144, 152, 160, 168, 176, 184, 192, 193, 194, 195, 196, 197, 198, 199, 200, 208, 216, 224, 232, 240, 248, 256, 257, 258, 259, 260
Offset: 1

Views

Author

Paolo Xausa, Mar 25 2025

Keywords

Crossrefs

Cf. analogous sequences in other bases: A062289 (base 2), A081605 (base 3), A196032 (base 4), A382415 (base 5), A382416 (base 6), A382413 (base 7), A382418 (base 9), A011540 (base 10).
Cf. A007094, A043421, A255805 (complement).

Programs

  • Mathematica
    Select[Range[0, 300], DigitCount[#, 8, 0] > 0 &]

A382418 Numbers with at least one zero in their base-9 representation.

Original entry on oeis.org

0, 9, 18, 27, 36, 45, 54, 63, 72, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 99, 108, 117, 126, 135, 144, 153, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 180, 189, 198, 207, 216, 225, 234, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 261, 270, 279, 288, 297
Offset: 1

Views

Author

Paolo Xausa, Mar 25 2025

Keywords

Crossrefs

Cf. analogous sequences in other bases: A062289 (base 2), A081605 (base 3), A196032 (base 4), A382415 (base 5), A382416 (base 6), A382413 (base 7), A382417 (base 8), A011540 (base 10).
Cf. A007095, A043453, A255808 (complement).

Programs

  • Mathematica
    Select[Range[0, 300], DigitCount[#, 9, 0] > 0 &]

A382412 Numbers with no zeros in their base-7 representation.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90
Offset: 1

Views

Author

Paolo Xausa, Mar 24 2025

Keywords

Crossrefs

Cf. zeroless numbers in other bases: A126646 (base 2), A032924 (base 3), A023705 (base 4), A023721 (base 5), A248910 (base 6), A255805 (base 8), A255808 (base 9), A052382 (base 10).
Cf. A007093, A043393, A249102, A382413 (complement).

Programs

  • Mathematica
    Select[Range[100], DigitCount[#, 7, 0] == 0 &]
Showing 1-5 of 5 results.