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.

A117677 a(n) = number of divisors of n^2 (excluding 1 and n^2).

Original entry on oeis.org

0, 1, 1, 3, 1, 7, 1, 5, 3, 7, 1, 13, 1, 7, 7, 7, 1, 13, 1, 13, 7, 7, 1, 19, 3, 7, 5, 13, 1, 25, 1, 9, 7, 7, 7, 23, 1, 7, 7, 19, 1, 25, 1, 13, 13, 7, 1, 25, 3, 13, 7, 13, 1, 19, 7, 19, 7, 7, 1, 43, 1, 7, 13, 11, 7, 25, 1, 13, 7, 25, 1, 33, 1, 7, 13, 13, 7, 25, 1, 25, 7, 7, 1, 43, 7, 7, 7, 19, 1, 43, 7
Offset: 1

Views

Author

Mark Taggart (mt2612f(AT)aol.com), Apr 12 2006

Keywords

Crossrefs

Equals A048691(n) - 2 for n>1. Cf. A117679, A117010, A070824.

Programs

  • Mathematica
    Join[{0},DivisorSigma[0,Range[2,100]^2]-2] (* Harvey P. Dale, Oct 17 2016 *)

Formula

a(n) = A070824(n^2). - Ray Chandler, Nov 08 2018