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.

A035034 Numbers k such that k >= d(k)^2, where d(k) is the number of divisors of k.

Original entry on oeis.org

1, 5, 7, 9, 11, 13, 17, 19, 21, 22, 23, 25, 26, 27, 29, 31, 33, 34, 35, 37, 38, 39, 41, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 55, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 81
Offset: 1

Views

Author

Keywords

Crossrefs

Complement of A034884.

Programs

  • Mathematica
    Select[Range[100],#>=DivisorSigma[0,#]^2&] (* Harvey P. Dale, May 05 2017 *)

Formula

a(n) = n + 52 for n >= 1209. - Amiram Eldar, Aug 29 2020