OFFSET
1,1
COMMENTS
Numbers k such that k and k-2 appear in A225534.
LINKS
Charles U. Lonappan, Numbers k such that the Sum of Cubes of Digits of both k and k-2 are Primes, IJRAR - International Journal of Research and Analytical Reviews, Volume 11, Issue 3 (2024), pp. 652-655.
MATHEMATICA
q[n_] := PrimeQ[Plus @@ (IntegerDigits[n]^3)]; Select[Range[3, 1000], q[#-2] && q[#] &] (* Amiram Eldar, Jun 07 2021 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Charles U. Lonappan, Jun 07 2021
STATUS
approved