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.

A005082 Sum of primes = 3 mod 4 dividing n.

Original entry on oeis.org

0, 0, 3, 0, 0, 3, 7, 0, 3, 0, 11, 3, 0, 7, 3, 0, 0, 3, 19, 0, 10, 11, 23, 3, 0, 0, 3, 7, 0, 3, 31, 0, 14, 0, 7, 3, 0, 19, 3, 0, 0, 10, 43, 11, 3, 23, 47, 3, 7, 0, 3, 0, 0, 3, 11, 7, 22, 0, 59, 3, 0, 31, 10, 0, 0, 14, 67, 0, 26, 7, 71, 3, 0, 0, 3, 19, 18, 3, 79, 0, 3, 0, 83, 10, 0, 43, 3, 11, 0, 3, 7, 23, 34, 47, 19, 3, 0, 7, 14, 0, 0, 3, 103
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

Formula

Additive with a(p^e) = p if p = 3 (mod 4), 0 otherwise.
From Antti Karttunen, Jul 11 2017: (Start)
a(1) = 0; for n > 1, a(n) = (A079978(A020639(n) mod 4)*A020639(n)) + a(A028234(n)).
a(n) = A008472(n) - A005078(n) - 2*A059841(n).
(End)

Extensions

More terms from Antti Karttunen, Jul 11 2017