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.

A280823 Numbers with an odd number of digits and with an odd number of distinct digits.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 102, 103, 104, 105, 106, 107, 108, 109, 111, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 134, 135, 136, 137, 138, 139, 140, 142, 143, 145, 146, 147, 148, 149, 150, 152, 153, 154, 156, 157, 158, 159, 160, 162, 163, 164, 165, 167, 168, 169, 170, 172, 173, 174, 175, 176, 178, 179, 180
Offset: 1

Views

Author

Ilya Gutkovskiy, Jan 08 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 180], Mod[Length[IntegerDigits[#1]], 2] == 1 && Mod[Length[Union[IntegerDigits[#1]]], 2] == 1 & ]
    Join[{0},Select[Range[200],AllTrue[{IntegerLength[#],Count[DigitCount[#],?(#>0&)]},OddQ]&]] (* _Harvey P. Dale, Dec 16 2023 *)

Formula

A000035(A055642(a(n))) = 1.
A000035(A043537(a(n))) = 1.