login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A015787
Numbers n such that phi(n) + 8 | sigma(n + 8), where phi = A000010 and sigma = A000203.
1
2, 18, 22, 34, 46, 48, 58, 94, 106, 132, 150, 166, 178, 180, 187, 214, 274, 346, 358, 394, 448, 466, 488, 526, 550, 562, 616, 624, 634, 660, 664, 744, 756, 772, 778, 782, 790, 798, 884, 886, 898, 934, 1138, 1174, 1186, 1354, 1366, 1438, 1618
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
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
EXTENSIONS
Corrected by Charles R Greathouse IV, Sep 25 2012
STATUS
approved