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.

A260934 Sum of evil divisors of n. For evil numbers see A001969.

Original entry on oeis.org

0, 0, 3, 0, 5, 9, 0, 0, 12, 15, 0, 21, 0, 0, 23, 0, 17, 36, 0, 35, 3, 0, 23, 45, 5, 0, 39, 0, 29, 69, 0, 0, 36, 51, 5, 84, 0, 0, 42, 75, 0, 9, 43, 0, 77, 69, 0, 93, 0, 15, 71, 0, 53, 117, 5, 0, 60, 87, 0, 161, 0, 0, 75, 0, 70
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Aug 04 2015

Keywords

Comments

a(n) = 0 if there is no evil divisor.

Examples

			a(6) = A000203(6) - A227873(6) = 12 - 3 = 9.
		

Crossrefs

Programs

  • Mathematica
    Total[Select[Divisors@ #, EvenQ@ First@ DigitCount[#, 2] &]] & /@ Range@ 65 (* Michael De Vlieger, Aug 04 2015 *)

Formula

a(n) = A000203(n) - A227873(n). - Vladimir Shevelev, Oct 25 2013.

Extensions

Edited by Wolfdieter Lang, Aug 23 2015