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.

A176885 Let p*q = A006881(n) be the n-th number that is the product of two distinct primes, with p = prime(i), q=prime(j); a(n) = p^j - q^i.

Original entry on oeis.org

1, 3, 9, 2, 32, 21, 51, 122, 111, 282, 237, 560, 489, 1898, 1794, 6200, 995, 2017, 13428, 19154, 4059, 2166, 8151, 73212, 16341, 58208, 89088, 176186, 32721, 383766, 65483, 530072, 1940958, 131013, 740022, 262083, 1592642, 4781120, 5634480, 524221
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Apr 28 2010

Keywords

Examples

			For n=3, A006881(3) = 14 = 2*7, p=2, i=1, q=7, j=4; a(n) = 2^4-7^1 = 9.
		

Crossrefs

Cf. A006881.

Programs

Extensions

a(14) and a(15) corrected and sequence extended by R. J. Mathar, May 01 2010
Definition clarified by N. J. A. Sloane, Feb 16 2019