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.

A033870 Divisors = 1 (mod 4) of Descartes's 198585576189.

Original entry on oeis.org

1, 9, 13, 21, 33, 49, 57, 61, 77, 117, 121, 133, 169, 209, 273, 361, 429, 441, 549, 637, 693, 741, 793, 1001, 1089, 1197, 1281, 1521, 1573, 1617, 1729, 1881, 2013, 2541, 2717, 2793, 2989, 3249, 3477, 3549, 4389, 4693, 4697, 5577, 5733, 5929
Offset: 1

Views

Author

Keywords

Comments

The number 198585576189 has 486 divisors, 246 of which are congruent to 1 modulo 4. - M. F. Hasler, Feb 17 2017

Examples

			198585576189 = 3^2 * 7^2 * 11^2 * 13^2 * 19^2 * 61.
		

Crossrefs

Programs

  • PARI
    lista() = {fordiv(198585576189, d, if (d % 4 == 1, print1(d, ", ")));} \\ Michel Marcus, Jul 14 2013
    
  • PARI
    select(d->d%4==1, divisors(198585576189)) \\ M. F. Hasler, Feb 17 2017

Extensions

Corrected by Michel Marcus, Jul 14 2013