OFFSET
1,1
COMMENTS
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
EXAMPLE
a(3) = 15 is in the sequence because 1 + A045763(15) = 15 - phi(15) - tau(15) = 15 - 8 - 4 = 3 is prime.
MAPLE
select(t -> isprime(t - numtheory:-phi(t) - numtheory:-tau(t)), [$1..1000]);
CROSSREFS
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, May 17 2019
STATUS
approved