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.

A272245 Cubes of the form prime(n)+n.

Original entry on oeis.org

8, 27, 1000, 2744, 4096, 46656, 68921, 274625, 941192, 1295029, 1481544, 1906624, 14886936, 34328125, 35937000, 45882712, 50243409, 63521199, 64000000, 67917312, 76225024, 95443993, 112678587, 142236648, 143877824, 174676879, 198155287, 203297472, 216000000
Offset: 1

Views

Author

Emre APARI, Apr 23 2016

Keywords

Comments

The cube root of the first 10 terms are: 2,3,10,14,16,36,41,65,98,109.

Examples

			prime(147) + 147 = 853 + 147 = 1000; which is 10^3.
		

Crossrefs

Programs

  • PARI
    lista(nn) = {for (n=1, nn, if (ispower(p=n+prime(n), 3), print1(p, ", ")););} \\ Michel Marcus, Apr 23 2016

Formula

a(n) = A014688(A076147(n)). - Michel Marcus, Apr 23 2016

Extensions

a(20)-a(29) from Giovanni Resta, Apr 23 2016