The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A054020 Chowla's function of n is not divisible by the number of proper divisors of n. 2
6, 9, 10, 15, 16, 20, 21, 22, 25, 28, 30, 33, 34, 36, 39, 42, 44, 45, 46, 48, 49, 50, 51, 54, 55, 57, 58, 60, 64, 68, 69, 70, 72, 75, 76, 78, 80, 81, 82, 84, 85, 87, 91, 93, 94, 96, 98, 99, 100, 102, 105, 106, 108, 111, 114, 115, 116, 117, 118, 120, 121, 123, 124, 126 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Chowla's function (A048050) = sum of divisors of n except 1 and n.
LINKS
MAPLE
with(numtheory):
[seq(`if`((sigma(i)-i-1) mod (tau(i)-1) <> 0, i, print( )), i=2..500)];
MATHEMATICA
Select[Range[2, 150], !Divisible[DivisorSigma[1, #]-#-1, DivisorSigma[ 0, #]- 1]&] (* Harvey P. Dale, May 27 2014 *)
CROSSREFS
Complement is A054021.
Sequence in context: A328244 A037198 A359277 * A121014 A153519 A020219
KEYWORD
nonn
AUTHOR
Asher Auel, Jan 19 2000
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 13 14:28 EDT 2024. Contains 372519 sequences. (Running on oeis4.)