OFFSET
1,1
COMMENTS
Corresponding k's: 1, 6, 15, 50, 78, 219, 4803, 5303, 6973, 8261, 8968, 13058, 13972, 18210, 27426, 41167, ..., . - Robert G. Wilson v, Dec 30 2005
The corresponding cube roots: 2, 3, 4, 6, 7, 10, 29, ..., . - Robert G. Wilson v, Dec 30 2005
MATHEMATICA
Composite[n_Integer] := FixedPoint[n + PrimePi@# + 1 &, n + PrimePi@n + 1]; fQ[n_] := Plus @@ Last /@ FactorInteger@n == 2; c = 0; t = {}; Do[ If[fQ[n], c++; a = n + Composite[c]; If[ IntegerQ[a^(1/3)], AppendTo[t, a]]], {n, 10^7}] (* Robert G. Wilson v *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Giovanni Teofilatto, Dec 29 2005
EXTENSIONS
More terms from Robert G. Wilson v, Dec 30 2005
STATUS
approved