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.

A221794 Number of primes of the form (x+1)^3 - x^3 with x <= 10^n.

Original entry on oeis.org

1, 7, 42, 263, 1965, 15282, 126826
Offset: 0

Views

Author

Vladimir Pletser, Jan 25 2013

Keywords

Comments

Cuban primes are primes that are the difference of two consecutive cubes, p = (x+1)^3 - x^3 (A002407). They are also primes of the form 3k(k+1) + 1, where values for k+1 are in A002504.

Crossrefs

Cf. A002407, A002504, A003215, A113478 (number of cuban primes < 10^n).