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.

A065803 a(n) = (sigma_2(n) mod 2) * (sigma_2(n) mod 5). Residue-product modulo 2 and 5 of sum of square of divisors.

Original entry on oeis.org

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

Views

Author

Labos Elemer, Nov 21 2001

Keywords

Comments

If n is square then sigma_2(n) is divisible by neither 2 nor 5. The product of residues is not always one. E.g., sigma_2(121) = 14673; mod 2 and mod 5 gives 1 and 3 residues. a(n)=3 for n=121, 361, 484, 841, 961 etc..
a(n)=4 for n=43681, 101761, 116281, 174724, 203401, 303601, 346921, ... - R. J. Mathar, Apr 02 2011

References

  • S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.

Crossrefs

Programs

Formula

a(n) = (A001157(n) mod 2) * (A001157(n) mod 5).

Extensions

Data section extended up to a(121) by Antti Karttunen, Jan 18 2020