OFFSET
1,11
LINKS
Ethan S. Lee and Rowan O'Clarey, On the Sum of a Prime and a Number that is not Square-Free, arXiv preprint (2026). arXiv:2605.02426 [math.NT]
FORMULA
Lee & O'Clarey prove that a(n) > 0 for large enough n and conjecture that a(n) > 0 for n > 24.
PROG
(PARI) a(n)=my(s); forfactored(k=4, n-2, if(issquarefree(k), next); if(isprime(n-k[1]), s++)); s \\ Charles R Greathouse IV, May 24 2026
CROSSREFS
KEYWORD
nonn
AUTHOR
Charles R Greathouse IV, May 24 2026
STATUS
approved
