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!)
A078544 Non-balanced numbers in A015761. 4
38, 54, 87, 95, 114, 126, 135, 147, 174, 182, 209, 215, 216, 222, 258, 285, 294, 297, 315, 430, 455, 456, 540, 546, 551, 609, 627, 632, 635, 645, 762, 783, 836, 899, 957, 1015, 1032, 1102, 1107, 1118, 1140, 1188, 1211, 1218, 1270, 1290, 1330, 1343, 1349 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Mod[sigma[3, a(n)], phi[a(n)]]=0; Mod[sigma[1, a(n)], phi[a(n)]]><0.
MATHEMATICA
Select[Range[1350], Divisible[DivisorSigma[3, #], (phi = EulerPhi[#])] && !Divisible[DivisorSigma[1, #], phi] &] (* Amiram Eldar, Jun 23 2019 *)
PROG
(PARI) isok(k) = my(phi=eulerphi(k)); ((sigma(k, 3) % phi) == 0) && (sigma(k) % phi); \\ Michel Marcus, Jun 23 2019
CROSSREFS
Sequence in context: A043955 A341172 A077801 * A116243 A098126 A244313
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 April 19 08:08 EDT 2024. Contains 371782 sequences. (Running on oeis4.)