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!)
A043311 a(n)=A033005(n)/8. 1
1, 2, 3, 4, 5, 6, 49, 51, 52, 53, 54, 55, 98, 99, 101, 102, 103, 104, 147, 148, 149, 151, 152, 153, 196, 197, 198, 199, 201, 202, 245, 246, 247, 248, 249, 251, 294, 295, 296, 297, 298, 299, 2402, 2403, 2404, 2405, 2406, 2407, 2499 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers which, written in base 49, have only digits 0 through 6 and no two adjacent digits equal. - M. F. Hasler, Feb 03 2014
LINKS
PROG
(PARI) is_A043311(n)=(n=[n])&&!until(!n[1], ((n=divrem(n[1], 49))[2]<7 && n[1]%7!=n[2])||return) \\ M. F. Hasler, Feb 03 2014
CROSSREFS
Sequence in context: A173575 A024641 A250262 * A171594 A044908 A024642
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 April 24 07:35 EDT 2024. Contains 371922 sequences. (Running on oeis4.)