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.

A018266 Divisors of 60.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, 60
Offset: 1

Views

Author

Keywords

Comments

Sequence is finite with last term a(12) = 60; A000005(60) = 12. - Reinhard Zumkeller, Dec 08 2009.
60 is a highly composite number: A002182(9) = 60. - Reinhard Zumkeller, Jun 21 2010
There are 35 ways to partition 60 as a sum of its distinct divisors (see A033630). This is more than any smaller number (hence 60 is listed in A065218). - Alonso del Arte, Oct 12 2017

Crossrefs

Programs

Formula

a(n) = n + floor((n-1)/6)*(60/(13-n)-n). - Aaron J Grech, Aug 11 2024