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!)
A308494 Refactorable numbers k such that the number of divisors of k-1 also divides k. 0
8, 12, 18, 24, 36, 40, 56, 60, 72, 80, 84, 88, 96, 104, 108, 128, 132, 136, 152, 156, 180, 184, 204, 228, 232, 240, 248, 252, 276, 288, 296, 328, 344, 348, 360, 372, 376, 384, 396, 444, 448, 450, 468, 472, 480, 488, 492, 504, 516, 536, 560, 564, 584, 600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Refactorable Number
MATHEMATICA
Flatten[Table[If[Sum[(1 - Ceiling[n/DivisorSigma[0, n]] + Floor[n/DivisorSigma[0, n]]) (1 - Ceiling[n/DivisorSigma[0, n - 1]] + Floor[n/DivisorSigma[0, n - 1]]) , {i, Floor[(n - 1)/2]}] > 0, n, {}], {n, 0, 600}]]
CROSSREFS
Cf. A033950.
Sequence in context: A085103 A280968 A157940 * A087696 A293529 A028393
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Jul 27 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 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)