cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A283495 Smallest k such that there is a number whose divisors sum to k*n.

Original entry on oeis.org

1, 2, 1, 1, 3, 1, 1, 1, 2, 2, 4, 1, 1, 2, 1, 2, 4, 1, 2, 1, 2, 2, 6, 1, 6, 3, 2, 1, 6, 2, 1, 1, 4, 2, 4, 1, 2, 1, 1, 1, 4, 1, 6, 1, 2, 3, 6, 1, 2, 3, 2, 2, 4, 1, 2, 1, 1, 3, 6, 1, 3, 2, 1, 2, 3, 2, 6, 1, 2, 2, 4, 1, 7, 1, 2, 2, 4, 1, 2, 1, 2, 2, 4, 1, 3, 3, 2, 2, 23, 1, 1, 4, 1, 3, 6, 1
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Mar 08 2017

Keywords

Comments

Smallest k >=1 such that (number of numbers whose divisor sum to k*n) = m:
m \n| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
---------------------------------------------------------------------------
0 | 2 | 1 | 3 | 4 | 1 | 11 | 3 | 2 | 1 | 1 | 1 | 23 |
1 | 1 | 2 | 1 | 1 | 3 | 1 | 1 | 1 | 2 | 2 | 4 | 3 |
2 | 12 | 6 | 4 | 3 | 16 | 2 | 8 | 4 | 2 | 8 | 12 | 1 |
3 | 24 | 12 | 8 | 6 | 12 | 4 | 6 | 3 | 10 | 6 | ...| |
...

Examples

			a(2) = 2 because (number of numbers whose divisor sum to 2*2) = 1.
		

Crossrefs

Cf. A007369 (numbers n such that a(n) > 1).

Programs

  • PARI
    a(n)=my(k=oo,m,t); while(mCharles R Greathouse IV, Mar 09 2017

Extensions

Corrected by Charles R Greathouse IV, Mar 09 2017
Showing 1-1 of 1 results.