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!)
A043319 a(n)=A033013(n)/16. 2
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 225, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 450, 451, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 675, 676, 677, 679, 680, 681, 682, 683, 684 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also: Numbers which, written in base 225, have all digits less than 15 and no two adjacent digits equal. - M. F. Hasler, Feb 03 2014
LINKS
PROG
(PARI) is_A043319(n)=(n=[n])&&!until(!n[1], ((n=divrem(n[1], 225))[2]<15 && n[1]%15!=n[2])||return) \\ M. F. Hasler, Feb 03 2014
CROSSREFS
Sequence in context: A055646 A330336 A161952 * A044916 A065672 A065673
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 19 14:04 EDT 2024. Contains 371792 sequences. (Running on oeis4.)