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.

A287534 Composite numbers whose digits are restricted to 1, 3, 7, and 9.

Original entry on oeis.org

9, 33, 39, 77, 91, 93, 99, 111, 113, 117, 119, 133, 171, 177, 319, 333, 339, 371, 377, 391, 393, 399, 711, 713, 717, 731, 737, 771, 777, 779, 791, 793, 799, 913, 917, 931, 933, 939, 973, 979, 993, 999
Offset: 1

Views

Author

Luke Zieroth, May 26 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Flatten@ Array[FromDigits /@ Tuples[{1, 3, 7, 9}, #] &, 3], CompositeQ] (* Michael De Vlieger, Jun 01 2017 *)