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!)
A043310 a(n)=A033004(n)/7. 1
1, 2, 3, 4, 5, 36, 38, 39, 40, 41, 72, 73, 75, 76, 77, 108, 109, 110, 112, 113, 144, 145, 146, 147, 149, 180, 181, 182, 183, 184, 1297, 1298, 1299, 1300, 1301, 1368, 1369, 1371, 1372, 1373, 1404, 1405, 1406, 1408, 1409, 1440, 1441, 1442, 1443, 1445, 1476, 1477 (list; graph; refs; listen; history; text; internal format)
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
LINKS
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
Sequence in context: A274029 A056925 A060067 * A171578 A044907 A252079
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Definition corrected by and more terms from Georg Fischer, Mar 04 2021
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)