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-2 of 2 results.

A078575 Sum of divisors of the average of n-th twin prime pair.

Original entry on oeis.org

7, 12, 28, 39, 72, 96, 168, 195, 216, 280, 288, 372, 546, 508, 468, 560, 744, 720, 576, 840, 840, 1344, 1240, 1152, 1170, 1440, 1860, 1248, 1296, 2016, 2178, 1656, 2184, 2016, 2223, 3024, 2640, 2976, 2340, 3136, 3315, 3024, 2808, 3168, 3072, 4320, 4032
Offset: 1

Views

Author

Reinhard Zumkeller, Nov 29 2002

Keywords

Examples

			4th twin prime pair = (A001359(4), A006512(4)) = (17,19), hence A014574(4) = 18 with divisors = {1,2,3,6,9,18} therefore a(4) = 1+2+3+6+9+18 = 39.
		

Crossrefs

Programs

  • Mathematica
    midQ[n_] := PrimeQ[n-1] && PrimeQ[n+1]; DivisorSigma[1, Select[Range[1500], midQ]] (* Amiram Eldar, Nov 03 2019 *)

Formula

a(n) = A000203(A014574(n)).

A348769 Number of divisors of A031160(n).

Original entry on oeis.org

2, 4, 4, 6, 6, 6, 4, 8, 4, 8, 4, 6, 12, 6, 14, 12, 6, 12, 8, 8, 8, 6, 4, 12, 12, 16, 12, 12, 16, 4, 6, 18, 12, 8, 8, 20, 4, 8, 4, 20, 10, 4, 6, 4, 14, 16, 4, 8, 8, 8, 16, 4, 6, 8, 6, 6, 4, 6, 8, 4, 16, 8, 6, 8, 16, 12, 6, 8, 8, 18, 8, 18, 6, 12, 8, 4, 8, 8, 12
Offset: 1

Views

Author

N. J. A. Sloane, Nov 06 2021, following an email discussion with Robert C. Lyons

Keywords

Crossrefs

Suggested by A078574.

Formula

a(n) = A000005(A031160(n)). - Omar E. Pol, Feb 12 2022

Extensions

More terms from Amiram Eldar, Feb 12 2022
Showing 1-2 of 2 results.