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.

A159765 Divisors of 1000000.

Original entry on oeis.org

1, 2, 4, 5, 8, 10, 16, 20, 25, 32, 40, 50, 64, 80, 100, 125, 160, 200, 250, 320, 400, 500, 625, 800, 1000, 1250, 1600, 2000, 2500, 3125, 4000, 5000, 6250, 8000, 10000, 12500, 15625, 20000, 25000, 31250, 40000, 50000, 62500, 100000, 125000, 200000, 250000, 500000, 1000000
Offset: 1

Views

Author

Zerinvary Lajos, Apr 21 2009

Keywords

Comments

a(49) = A175755(2); a(7) = A201266(2). - Reinhard Zumkeller, Nov 29 2011

Programs

  • Haskell
    a159765 n = a159765_list !! (n-1)
    a159765_list = a027750_row 1000000  -- Reinhard Zumkeller, Jan 07 2014
    
  • Mathematica
    Divisors[10^6] (* Paolo Xausa, Jul 01 2024 *)
  • PARI
    divisors(10^6) \\ Charles R Greathouse IV, Jun 21 2017
  • Sage
    a = 100000; a.divisors()
    

Formula

a(n) = A027750(1000000,n) for n = 1 .. A000005(1000000). - Reinhard Zumkeller, Jan 07 2014