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.

A120831 Numerators of partial sums of (p+q)/p*q, where p and q are primes.

Original entry on oeis.org

1, 11, 5, 16, 269, 919, 1019, 6287, 6749, 192799, 68513, 629908, 131816, 5366365, 16894967, 206416733, 212790815, 221539555, 1140147647, 394400219, 24027859197, 390223473936, 399480111942, 1236227094836, 95391734575399
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 24 2006

Keywords

Comments

Denominators: A120832(n);
a(n)/A120832(n) = Sum(A068318(n)/A001358(n):1<=k<=n).

Examples

			n=5: (2+2)/2*2+(2+3)/2*3+(3+3)/3*3+(2+5)/2*5+(2+7)/2*7 =
4/4 + 5/6 + 6/9 + 7/10 + 9/14 = 269/70 = a(5)/A120832(5).
		

Crossrefs