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.

A035303 Divisors of 3600.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24, 25, 30, 36, 40, 45, 48, 50, 60, 72, 75, 80, 90, 100, 120, 144, 150, 180, 200, 225, 240, 300, 360, 400, 450, 600, 720, 900, 1200, 1800, 3600
Offset: 1

Views

Author

Keywords

Comments

Sequence is finite with last term a(45)=3600=60^2; A048691(60)=45. [From Reinhard Zumkeller, Dec 08 2009]

Crossrefs

Cf. A018266, A171425. [From Reinhard Zumkeller, Dec 08 2009]

Programs

  • Mathematica
    Divisors[ 3600 ]
  • PARI
    divisors(3600)