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.

A167727 Cubes that becomes a prime number when prefixed with a 3.

Original entry on oeis.org

1, 343, 4913, 226981, 389017, 456533, 571787, 912673, 1295029, 2352637, 5177717, 5735339, 7645373, 9129329, 10218313, 11089567, 19902511
Offset: 1

Views

Author

Claudio Meller, Nov 10 2009

Keywords

Comments

Subsequence of cubes of A032666. - Michel Marcus, Jun 22 2016

Crossrefs

Cf. A032666.

Programs

  • Mathematica
    a441 = Select[Range[1, 5000, 2]^3, PrimeQ[FromDigits[Join[{3}, IntegerDigits[#]]]] &] (* G. C. Greubel, Jun 21 2016 *)