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.

A269724 Numbers which contain no 2's when written in bases 3 through 10.

Original entry on oeis.org

0, 1, 3, 4, 31, 58130496, 58130499, 58130500, 58130703, 58183951, 77810815551163745898450783, 77810815551163745898451143, 61819635578801174196008456415, 61819635578801174196008574451, 61819635578801174196008574771
Offset: 1

Views

Author

Nathan Fox, Mar 03 2016

Keywords

Comments

There are 134 known terms. If a(135) exists, it must exceed 10^2300.

Crossrefs

Programs

  • PARI
    isok(n) = {for (b=3, 10, d = digits(n, b); if (vecsearch(vecsort(d,,8),2), return (0));); 1;} \\ Michel Marcus, Mar 06 2016