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.

A195052 Number of divisors of 24*n - 1 divided by 2.

Original entry on oeis.org

1, 1, 1, 2, 2, 2, 1, 1, 2, 1, 1, 2, 1, 2, 1, 1, 2, 1, 4, 1, 1, 2, 2, 3, 1, 2, 1, 2, 2, 1, 1, 2, 2, 2, 1, 1, 1, 1, 4, 2, 1, 2, 1, 2, 2, 1, 3, 1, 3, 2, 1, 2, 2, 4, 1, 2, 1, 2, 2, 1, 4, 1, 1, 2, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 2, 1, 1, 1, 2, 2, 2, 2, 2, 4, 1, 1
Offset: 1

Views

Author

Omar E. Pol, Jan 13 2012

Keywords

Comments

It appears that this sequence has the same parity as the spt function A092269 (See A195053). - Omar E. Pol, Jan 30 2012

Crossrefs

Programs

  • Mathematica
    a[n_] := DivisorSigma[0, 24*n-1]/2; Array[a, 100] (* Amiram Eldar, Dec 22 2023 *)
  • PARI
    a(n) = numdiv(24*n-1)/2; \\ Amiram Eldar, Dec 22 2023

Formula

a(n) = A000005(A183010(n))/2 = A195051(n)/2.
Sum_{k=1..n} a(k) ~ (n/6) * (log(n) + 2*gamma - 1 + 5*log(2) + 2*log(3)), where gamma is Euler's constant (A001620). - Amiram Eldar, Dec 22 2023