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”).

A333847
a(n) = A063514(A028982(n)).
1
0, 0, 1, 3, 1, 7, 3, 11, 15, 7, 15, 13, 31, 3, 13, 3, 17, 23, 63, 19, 39, 27, 63, 65, 43, 69, 127, 51, 35, 91, 81, 39, 15, 1, 237, 9, 51, 255, 47, 115, 105, 281, 87, 33, 117, 121, 87, 33, 59, 207, 181, 63, 235, 511, 141, 409, 243, 517, 87, 343, 295, 249, 75, 615, 363
OFFSET
1,4
COMMENTS
Except for the first 2 terms, all terms are odd.
LINKS
PROG
(PARI) lista(nn) = {for (n=1, nn, if (issquare(n) || (!(n%2) && issquare(n/2)), print1(sigma(n) % eulerphi(n), ", "); ); ); }
CROSSREFS
Cf. A028982 (squares and twice squares), A063514 (sigma(n) mod phi(n)), A072808.
Sequence in context: A115873 A329369 A083239 * A342268 A316742 A189050
KEYWORD
nonn
AUTHOR
Michel Marcus, Apr 08 2020
STATUS
approved