Skip to main content
added 88 characters in body
Source Link
Expired Data
  • 4k
  • 1
  • 11
  • 34

Octave, 3636 30 bytes

Fix thanks to Luis Mendo

-2 bytes thanks to Sanchises

@(a)[1;~~diff(dec2binde2bi(+aa,7)'(:)>48)]

Try it online!Try it online!

Octave, 36 bytes

Fix thanks to Luis Mendo

@(a)[1;~~diff(dec2bin(+a,7)'(:)>48)]

Try it online!

Octave, 36 30 bytes

Fix thanks to Luis Mendo

-2 bytes thanks to Sanchises

@(a)[1;~~diff(de2bi(a,7)'(:))]

Try it online!

added 98 characters in body
Source Link
Expired Data
  • 4k
  • 1
  • 11
  • 34

Octave, 36 bytes

Fix thanks to Luis Mendo

@(a)[1;diff[1;~~diff(dec2bin(a+0+a,7)'(:)>48)!=0]]

Try it online!Try it online!

Octave, 36 bytes

@(a)[1;diff(dec2bin(a+0)'(:)>48)!=0]

Try it online!

Octave, 36 bytes

Fix thanks to Luis Mendo

@(a)[1;~~diff(dec2bin(+a,7)'(:)>48)]

Try it online!

Source Link
Expired Data
  • 4k
  • 1
  • 11
  • 34

Octave, 36 bytes

@(a)[1;diff(dec2bin(a+0)'(:)>48)!=0]

Try it online!