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.

A072461 Numbers k such that sigma(k) == 1 (mod 4).

Original entry on oeis.org

1, 9, 49, 50, 81, 100, 121, 200, 338, 361, 400, 441, 450, 529, 578, 625, 676, 729, 800, 900, 961, 1089, 1156, 1352, 1600, 1682, 1800, 1849, 2209, 2312, 2401, 2450, 2704, 2738, 3042, 3200, 3249, 3362, 3364, 3481, 3600, 3969, 4050, 4225, 4489, 4624, 4761
Offset: 1

Views

Author

Labos Elemer, Jun 19 2002

Keywords

Crossrefs

Positions of 1's in A105824.

Programs

  • Mathematica
    Select[Range[5000],Mod[DivisorSigma[1,#],4]==1&] (* Harvey P. Dale, Oct 24 2016 *)
  • PARI
    isok(n) = ((sigma(n) % 4) == 1);

Extensions

Name edited by Michel Marcus, Dec 19 2013 and Amiram Eldar, Jun 26 2024