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.

A284152 a(n) = Sum_{d|n, d == 2 or 3 mod 5} d.

Original entry on oeis.org

0, 2, 3, 2, 0, 5, 7, 10, 3, 2, 0, 17, 13, 9, 3, 10, 17, 23, 0, 2, 10, 24, 23, 25, 0, 15, 30, 37, 0, 5, 0, 42, 36, 19, 7, 35, 37, 40, 16, 10, 0, 54, 43, 24, 3, 25, 47, 73, 7, 2, 20, 67, 53, 50, 0, 45, 60, 60, 0, 17, 0, 64, 73, 42, 13, 60, 67, 87, 26, 9, 0, 115, 73
Offset: 1

Views

Author

Seiichi Manyama, Mar 21 2017

Keywords

Examples

			Divisors of 12 are 1 2 3 4 6 12.
And 2 == 12 mod 5.
We get a(12) = 2 + 3 + 12 = 17.
		

Crossrefs

Cf. A003106, A284150 (Sum_{d|n, d==1 or 4 mod 5} d).

Formula

a(n) = A000203(n) -5*A000203(n/5) -A284150(n), where A000203(.) =0 for non-integer arguments. - R. J. Mathar, Mar 21 2017
a(n) = A284280(n) + A284281(n). - Seiichi Manyama, Mar 24 2017