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.

A043309 a(n)=A033003(n)/6.

Original entry on oeis.org

1, 2, 3, 4, 25, 27, 28, 29, 50, 51, 53, 54, 75, 76, 77, 79, 100, 101, 102, 103, 626, 627, 628, 629, 675, 676, 678, 679, 700, 701, 702, 704, 725, 726, 727, 728, 1251, 1252, 1253, 1254, 1275, 1277, 1278, 1279, 1325, 1326, 1327, 1329
Offset: 1

Views

Author

Keywords

Comments

Also: Numbers which, written in base 25, have all digits less than 5 and no two adjacent digits equal. - M. F. Hasler, Feb 03 2014

Crossrefs

Programs

  • PARI
    is_A043309(n)=(n=[n])&&!until(!n[1],((n=divrem(n[1],25))[2]<5 && n[1]%5!=n[2])||return) \\ M. F. Hasler, Feb 03 2014