login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074868 Non-balanced numbers in A015765. 6
295, 590, 767, 885, 1038, 1416, 1534, 1589, 1770, 2065, 2301, 2422, 3178, 3186, 3245, 3304, 3448, 3540, 4130, 4602, 4767, 5192, 5230, 5448, 5516, 5605, 6195, 6291, 6356, 6490, 6574, 6860, 7266, 7945, 7965, 8236, 8260, 8437, 8968, 9145, 9204, 9342 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
sigma_7(a(n)) mod phi(a(n)) = 0; sigma(a(n)) mod phi(a(n)) <> 0.
MATHEMATICA
q[n_] := Sign[Mod[DivisorSigma[{1, 7}, n], EulerPhi[n]]] == {1, 0}; Select[Range[10000], q] (* Amiram Eldar, Apr 11 2024 *)
PROG
(PARI) is(n) = {my(f = factor(n), phi = eulerphi(f)); (sigma(f) % phi) && !(sigma(f, 7) % phi); } \\ Amiram Eldar, Apr 11 2024
CROSSREFS
Sequence in context: A289345 A063049 A131274 * A277338 A252083 A279052
KEYWORD
nonn
AUTHOR
Labos Elemer, Dec 05 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 4 07:22 EDT 2024. Contains 372230 sequences. (Running on oeis4.)