OFFSET
1,1
COMMENTS
From Kevin P. Thompson, Jun 20 2022: (Start)
Terms must be twice a square (see A064205).
No terms are congruent to 4 or 6 (mod 10) (see A064205). (End)
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..250
EXAMPLE
162 is a term since sigma(162) = 363 and tau(162) = 10 are numbers whose sum (373) and difference (353) are both primes.
MATHEMATICA
Do[ds1 = DivisorSigma[1, n]; ds0 = DivisorSigma[0, n]; If[ PrimeQ[ds1 + ds0] && PrimeQ[ds1 - ds0], Print[n]], {n, 1, 10^7} ]
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Nov 12 2001
EXTENSIONS
a(10)-a(19) from Donovan Johnson, Jul 09 2010
a(20)-a(24) from Donovan Johnson, Aug 23 2013
STATUS
approved