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.

A288517 Least integer k such that A001358(k) + A001358(k+1) is the product of exactly n prime factors (counting multiplicity).

Original entry on oeis.org

3, 1, 28, 4, 19, 39, 48, 89, 120, 551, 447, 589, 3707, 10137, 21644, 28456, 22998, 44494, 86132, 166930, 703448, 628371, 1220814, 1608668, 11153853, 6091437, 56676014, 268389220, 146153797, 193010987, 916382785, 738246947, 4702317172, 2830095027, 12627951809
Offset: 1

Views

Author

Zak Seidov, Jun 10 2017

Keywords

Examples

			n=1: k=3, A001358(3) + A001358(4) = 9 + 10 = 19 = A000040(8) (8th prime),
n=2: k=1, A001358(1)+A001358(2) = 4+6 = 10 = 2*5 = A001358(4) (4th semiprime),
n=11: k=447, A001358(447)+A001358(448) = 1535+1537 = 3072 = 2^10*3 = A069272(2) (2nd 11-almost prime).
		

Crossrefs

Extensions

a(21)-a(35) from Charles R Greathouse IV, Jun 10 2017