OFFSET
1,1
COMMENTS
q^3 = prime(1) + prime(2) * p.
A subsequence of A003627.
REFERENCES
Wolfgang M. Schmidt, Diophantine approximations and Diophantine equations. Lecture Notes in Mathematics, Springer-Verlag, 2000
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
2^3 = 2 + 3 * 2, 2 = prime(1) gives q(1) = 2 = prime(1).
5^3 = 2 + 3 * 41, 41 = prime(13) gives q(2) = 5 = prime(3).
11^3 = 2 + 3 * 443, 443 = prime(86) gives q(3) = 11 = prime(5).
MATHEMATICA
Select[Prime[Range[600]], PrimeQ[(#^3-2)/3]&] (* Harvey P. Dale, Jul 22 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Eva-Maria Zschorn (e-m.zschorn(AT)zaschendorf.km3.de), Mar 05 2010
EXTENSIONS
Typo in a(11) corrected, keyword:base removed - R. J. Mathar, Mar 18 2010
STATUS
approved