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.

A363023 Primes having only {1, 6, 9} as digits.

Original entry on oeis.org

11, 19, 61, 191, 199, 619, 661, 691, 911, 919, 991, 1619, 1669, 1699, 1999, 6199, 6619, 6661, 6691, 6911, 6961, 6991, 9161, 9199, 9619, 9661, 11119, 11161, 11699, 11969, 16111, 16619, 16661, 16691, 16699, 19661, 19699, 19919, 19961, 19991, 61169, 61961
Offset: 1

Views

Author

Harvey P. Dale, May 13 2023

Keywords

Crossrefs

Cf. A020454 (1 and 6), A020457 (1 and 9).
Cf. A385776.

Programs

  • Mathematica
    Table[Select[Flatten[10#+{1,9}&/@FromDigits/@Tuples[{1,6,9},n]],PrimeQ],{n,4}]//Flatten