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!)
A023884 Average of divisors except itself is an integer. 6
2, 3, 5, 6, 7, 9, 11, 13, 15, 17, 19, 23, 25, 29, 30, 31, 33, 37, 41, 43, 44, 47, 49, 51, 53, 59, 61, 67, 69, 71, 73, 79, 81, 83, 87, 89, 91, 97, 101, 103, 107, 109, 113, 114, 117, 120, 121, 123, 124, 127, 131, 133, 135, 137, 139, 141, 149, 151, 157, 159 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All the prime numbers (A000040) are in this sequence. But there are other numbers (A023885). - Daniel Lignon, Feb 26 2015
LINKS
MAPLE
q:=n->(irem(numtheory[sigma](n)-n, numtheory[tau](n)-1)=0):
select(q, [$2..159])[]; # Lorenzo Sauras Altuzarra, Feb 01 2023
MATHEMATICA
Select[Range[2000], IntegerQ[Mean[Most[Divisors[#]]]]&] (* Daniel Lignon, Feb 26 2015 *)
PROG
(PARI) isok(n) = (n != 1) && !((sigma(n) - n) % (numdiv(n)-1)); \\ Michel Marcus, Mar 01 2015
CROSSREFS
Sequence in context: A057165 A245395 A347498 * A135607 A358221 A026453
KEYWORD
nonn
AUTHOR
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 21 22:16 EDT 2024. Contains 372741 sequences. (Running on oeis4.)