login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A116670 Numbers with all but one decimal digit. 4
102345678, 102345679, 102345687, 102345689, 102345697, 102345698, 102345768, 102345769, 102345786, 102345789, 102345796, 102345798, 102345867, 102345869, 102345876, 102345879, 102345896, 102345897, 102345967, 102345968, 102345976, 102345978, 102345986 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
More precisely, each term has exactly nine distinct decimal digits any of which may occur more than once. Leading zeros are not permitted.
LINKS
EXAMPLE
a(1) = 102345678 as all decimal digits but 9 appear and there is no smaller number with only one missing digit.
MATHEMATICA
Select[Range[10^8, 10^8 + 3000000], Length[Union[IntegerDigits[#]]] == 9 &] (* T. D. Noe, Dec 05 2012 *)
CROSSREFS
Cf. A050278 (pandigital numbers).
Sequence in context: A218091 A293587 A263070 * A073643 A235161 A235724
KEYWORD
base,nonn,easy
AUTHOR
Rick L. Shepherd, Feb 22 2006
EXTENSIONS
Offset corrected by Charles R Greathouse IV, Feb 15 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 08:59 EDT 2024. Contains 371935 sequences. (Running on oeis4.)