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.

A155182 Divisors of 12!.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 20, 21, 22, 24, 25, 27, 28, 30, 32, 33, 35, 36, 40, 42, 44, 45, 48, 50, 54, 55, 56, 60, 63, 64, 66, 70, 72, 75, 77, 80, 81, 84, 88, 90, 96, 99, 100, 105, 108, 110, 112, 120, 126, 128, 132, 135, 140, 144, 150, 154, 160
Offset: 1

Views

Author

Reinhard Zumkeller, Jan 21 2009

Keywords

Comments

The sequence is finite with A027423(12) = 792 terms:
a(792) = A000142(12) = 479001600 is the last term.

Examples

			Last ten numbers: 47900160, 53222400, 59875200, 68428800, 79833600, 95800320, 119750400, 159667200, 239500800, 479001600. - _Zerinvary Lajos_, Jun 13 2009
		

Crossrefs

Subsequence of A051038.
Cf. A174228. - Reinhard Zumkeller, May 24 2010

Programs

  • Mathematica
    Divisors[12!][[;;100]] (* Paolo Xausa, Jul 31 2024 *)
  • PARI
    divisors(12!)
  • Sage
    divisors(factorial(12)) # Zerinvary Lajos, Jun 13 2009