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.

Showing 1-1 of 1 results.

A297127 a(n) = (1/2) * Sum_{|k|<2*sqrt(p)} A297122(4*p-k^2) where p is n-th prime.

Original entry on oeis.org

33703, 359788, 7410526, 55075448, 823614244, 2238479798, 11171417938, 21787752284, 68501592808, 275166205414, 410273756384, 1185793577918, 2195777500954, 2921567789828, 4984278115408, 10240918233838, 19486182370804, 23813901313094, 41782891225388
Offset: 1

Views

Author

Seiichi Manyama, Dec 26 2017

Keywords

Examples

			a(2) = (1/2) * (32768 + 2*16807 + 2*512) = 33703.
tau(2) = 33703 - 33727 = -24.
a(3) = (1/2) * (331776 + 2*161051 + 2*32768 + 2*81) = 359788.
tau(3) = 359788 - 359536 = 252.
		

Crossrefs

Cf. A000594 (tau(n)), A076847, A297122, A297123.

Formula

A076847(n) = A000594(prime(n)) = a(n) - A297123(prime(n)) .
Showing 1-1 of 1 results.