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.

A116016 n+prime(n)+prime(prime(n)) is a cube, where prime(n) is the n-th prime.

Original entry on oeis.org

34780, 147895, 302689, 449410, 4801151, 6717665
Offset: 1

Views

Author

Giovanni Resta, Feb 13 2006

Keywords

Examples

			34780+prime(34780)+prime(prime(34780)) = 6434856 = 186^3.
		

Crossrefs

Programs

  • PARI
    isok(n) = ispower(n + prime(n) + prime(prime(n)), 3); \\ Michel Marcus, Jan 27 2014