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!)
A043318 a(n)=A033012(n)/15. 1
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 196, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 392, 393, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 588, 589, 590, 592, 593, 594, 595, 596, 597, 598, 599, 600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also: Numbers which, written in base 196, have all digits less than 14 and no two adjacent digits equal. - M. F. Hasler, Feb 03 2014
LINKS
PROG
(PARI) is_A043318(n)=(n=n[1])&&!until(!n[1], ((n=divrem(n[1], 196))[2]<14 && n[1]%14!=n[2])||return) \\ M. F. Hasler, Feb 03 2014
CROSSREFS
Sequence in context: A072763 A057846 A055647 * A044915 A161951 A290492
KEYWORD
nonn,base
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 September 4 23:23 EDT 2024. Contains 375685 sequences. (Running on oeis4.)