OFFSET
1,1
COMMENTS
From Robert Israel, Jul 23 2020: (Start)
The first odd terms are 187, 2407, 98587, 388315.
If p > 5 is in A228353 then 2*p is in the sequence. (End)
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
MAPLE
select(t -> numtheory:-sigma(t+8) mod (numtheory:-phi(t)+8)=0, [$1..2000]); # Robert Israel, Jul 23 2020
PROG
(PARI) is(n)=!(sigma(n+8)%(eulerphi(n)+8)) \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by Charles R Greathouse IV, Sep 25 2012
STATUS
approved