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!)
A023786 Katadromes: digits in base 4 are in strict descending order. 2
0, 1, 2, 3, 4, 8, 9, 12, 13, 14, 36, 52, 56, 57, 228 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
No more terms are possible because, although infinitely many numbers have base 4 digits in descending order, like 256, none beyond 228 can have them in strictly descending order. - Alonso del Arte, Feb 08 2019
LINKS
EXAMPLE
228 in base 4 is 3210. Since those digits are in strictly descending order, 228 is in the sequence.
229 in base 4 is 3211. Although those digits are in descending order, the repeated digit 1 means 229 is not in the sequence.
MATHEMATICA
Select[Range[0, 255], Max[Differences[IntegerDigits[#, 4]]] < 0 &] (* Harvey P. Dale, Dec 15 2014 *)
CROSSREFS
Sequence in context: A184807 A032859 A032883 * A018231 A332622 A085256
KEYWORD
nonn,base,fini,full,easy
AUTHOR
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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)