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!)
A306531 Composite numbers k such that the sum of their aliquot parts divides k-1. 1
4, 8, 9, 16, 25, 27, 32, 49, 64, 77, 81, 121, 125, 128, 169, 243, 256, 289, 343, 361, 512, 529, 611, 625, 729, 841, 961, 1024, 1073, 1331, 1369, 1681, 1849, 2033, 2048, 2187, 2197, 2209, 2401, 2809, 3125, 3481, 3721, 4096, 4489, 4913, 5041, 5293, 5329, 6031, 6241 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Aliquot parts of 77 are 1, 7, 11 and 78/(1+7+11) = 76/19 = 4.
MAPLE
with(numtheory): P:=proc(n) if not isprime(n) and frac((n-1)/(sigma(n)-n))=0 then n; fi; end: seq(P(i), i=2..6241);
PROG
(PARI) isok(n) = (n!=1) && !isprime(n) && !frac((n-1)/(sigma(n)-n)); \\ Michel Marcus, Feb 28 2019
CROSSREFS
Union of A059047 and A246547.
Sequence in context: A087244 A080062 A249125 * A363722 A088949 A134600
KEYWORD
nonn,easy
AUTHOR
Paolo P. Lava, Feb 22 2019
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 31 23:52 EDT 2024. Contains 373008 sequences. (Running on oeis4.)