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.

A157911 Nonprimes whose digits are all cubes.

Original entry on oeis.org

0, 1, 8, 10, 18, 80, 81, 88, 100, 108, 110, 111, 118, 180, 188, 800, 801, 808, 810, 818, 880, 888, 1000, 1001, 1008, 1010, 1011, 1018, 1080, 1081, 1088, 1100, 1101, 1108, 1110, 1111, 1118, 1180, 1188, 1800, 1808, 1810, 1818, 1880, 1881, 1888, 8000, 8001
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Mar 09 2009

Keywords

Comments

Cube digits are 0, 1 or 8 (i.e., 0=0*0*0, 1=1*1*1 or 8=2*2*2).

Crossrefs

Programs

  • Mathematica
    Select[FromDigits/@Tuples[{0,1,8},5],!PrimeQ[#]&] (* Harvey P. Dale, Apr 05 2025 *)

Formula

A046031 SET-MINUS A000040. [R. J. Mathar, Mar 17 2009]

Extensions

Numbers in the range 1100 to 1188 added by R. J. Mathar, Mar 17 2009