The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A043308 a(n)=A033002(n)/5. 2
1, 2, 3, 16, 18, 19, 32, 33, 35, 48, 49, 50, 257, 258, 259, 288, 289, 291, 304, 305, 306, 513, 514, 515, 528, 530, 531, 560, 561, 562, 769, 770, 771, 784, 786, 787, 800, 801, 803, 4112, 4114, 4115, 4128, 4129, 4131, 4144, 4145 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also: Numbers which, written in base 16, have all digits less than 4 and no two adjacent digits equal. - M. F. Hasler, Feb 03 2014
LINKS
PROG
(PARI) is_A043308(n)=(n=[n])&&!until(!n[1], ((n=divrem(n[1], 16))[2]<4 && n[1]%4!=n[2])||return) \\ M. F. Hasler, Feb 03 2014
CROSSREFS
Sequence in context: A246490 A248854 A167605 * A061918 A122656 A171458
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 May 13 05:55 EDT 2024. Contains 372498 sequences. (Running on oeis4.)