cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A043318 a(n)=A033012(n)/15.

Original entry on oeis.org

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
Offset: 1

Views

Author

Keywords

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

Crossrefs

Programs

  • 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