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.

A181183 a(n) = sigma(tau(n)) (mod 2).

Original entry on oeis.org

1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1
Offset: 1

Views

Author

Jani Melik, Jan 26 2011

Keywords

Crossrefs

Programs

  • Maple
    A181183:= n-> (numtheory[sigma](numtheory[tau](n)) mod 2):
    seq (A181183(n), n=1..105);
  • Mathematica
    Array[Mod[DivisorSigma[1, DivisorSigma[0, #]], 2] &, 105] (* Michael De Vlieger, Nov 18 2017 *)
  • PARI
    A181183(n) = (sigma(numdiv(n))%2); \\ Antti Karttunen, Nov 18 2017

Formula

a(n) = A000035(A062069(n)). - Antti Karttunen, Nov 18 2017