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.

A033036 Numbers all of whose base 11 digits are odd.

Original entry on oeis.org

1, 3, 5, 7, 9, 12, 14, 16, 18, 20, 34, 36, 38, 40, 42, 56, 58, 60, 62, 64, 78, 80, 82, 84, 86, 100, 102, 104, 106, 108, 133, 135, 137, 139, 141, 155, 157, 159, 161, 163, 177, 179, 181, 183, 185, 199, 201, 203, 205, 207, 221, 223, 225, 227, 229, 375, 377, 379
Offset: 1

Views

Author

Keywords

Programs

  • PARI
    {for(ixp=1,380, casi = ixp; apv=1;
    while(casi != 0,
    cvd = casi%11; casi = (casi - cvd) / 11;
    if(cvd%2==0, apv=0; break()));
    if(apv==1,print1(ixp,", ")))} \\ Douglas Latimer, May 17 2012

Extensions

More terms from Douglas Latimer, May 17 2012