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!)
A125506 Numbers with distinct digits in reverse alphabetical order (in English). 1
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 18, 19, 21, 23, 24, 25, 26, 27, 28, 29, 31, 34, 35, 36, 37, 38, 39, 45, 48, 58, 61, 64, 65, 67, 68, 69, 71, 74, 75, 78, 79, 94, 95, 98, 145, 148, 158, 194, 195, 198, 214, 215, 218, 219, 231, 234, 235, 236, 237, 238, 239, 245 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Largest term is 236719458.
LINKS
Michael S. Branicky, Table of n, a(n) for n = 1..512
PROG
(Python)
from itertools import combinations
afull = [0] + sorted(int("".join(t)) for d in range(1, 11) for t in combinations("236719458", d))
print(afull[:64]) # Michael S. Branicky, Aug 18 2022
CROSSREFS
Cf. A053433 Numbers with distinct digits in alphabetical order (in English).
Cf. A001058.
Sequence in context: A335134 A334918 A354220 * A079334 A085153 A339111
KEYWORD
easy,fini,nonn,word,base,full
AUTHOR
Tanya Khovanova, Jan 18 2007
EXTENSIONS
a(47) and beyond from Michael S. Branicky, Aug 18 2022
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 May 9 22:30 EDT 2024. Contains 372354 sequences. (Running on oeis4.)