OFFSET
1,2
COMMENTS
Also: Numbers which, written in base 36, have all digits less than 6 and no two adjacent digits equal. - M. F. Hasler, Feb 03 2014
PROG
(PARI) is_A043310(n)=(n=[n])&&!until(!n[1], ((n=divrem(n[1], 36))[2]<6 && n[1]%6!=n[2])||return) \\ M. F. Hasler, Feb 03 2014
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Definition corrected by and more terms from Georg Fischer, Mar 04 2021
STATUS
approved