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!)
A069168 Numbers k such that sigma(k) * Sum_{d|k} (1/sigma(d)) is not an integer. 1
4, 8, 9, 12, 16, 20, 24, 25, 27, 32, 36, 44, 45, 48, 49, 50, 54, 56, 60, 63, 64, 68, 72, 75, 80, 81, 88, 92, 96, 98, 99, 100, 104, 108, 112, 116, 117, 121, 125, 128, 132, 135, 136, 144, 147, 150, 153, 160, 162, 164, 168, 169, 171, 175, 176, 180, 184, 188, 189, 192 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A proper subset of A013929. - Robert G. Wilson v, Jul 21 2012
LINKS
MATHEMATICA
fQ[n_] := !IntegerQ[ DivisorSigma[1, n] Plus @@ (1/DivisorSigma[1, Divisors[n]])]; Select[ Range@ 200, fQ] (* Robert G. Wilson v, Jul 21 2012 *)
PROG
(PARI) isok(k) = denominator(sigma(k)*sumdiv(k, d, 1/sigma(d))) != 1; \\ Michel Marcus, Feb 09 2021
CROSSREFS
Sequence in context: A069189 A371601 A283050 * A102211 A244032 A321454
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 09 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 16 01:01 EDT 2024. Contains 371696 sequences. (Running on oeis4.)