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.

A350095 a(n) is the smaller of 2 consecutive primes bounding an interval containing a record number A350097(n) of odd squarefree semiprimes (A046388).

Original entry on oeis.org

13, 31, 89, 199, 211, 887, 1129, 1327, 9973, 15683, 19609, 44293, 155921, 370261, 396733, 492113, 1357201, 1671781, 3826019, 17836409, 20831323, 47465267, 107534587, 122164747, 434865437, 436273009, 2300942549, 4302407359, 10726904659, 25056082087, 42652618343
Offset: 1

Views

Author

Hugo Pfoertner, Dec 25 2021

Keywords

Examples

			a(1) = 13: semiprime 15 < 17 = nextprime(a(1)) = A350096(1);
a(2) = 31: semiprimes 33, 35 < 37 = A350096(2);
a(6) = 887: semiprimes 889, 893, 895, 899, 901, 905 < 907 = A350096(6);
a(7) = 1129: semiprimes 1133, 1135, 1137, 1139, 1141, 1145, 1147, 1149 < 1151 = A350096(7);
a(8) = 1327: semiprimes 1329, 1333, 1337, 1339, 1343, 1345, 1347, 1349, 1351, 1355, 1357 < 1361 = A350096(8).
		

Crossrefs

A350096 are the upper ends of the intervals, A350097 are the corresponding counts of odd squarefree semiprimes in the intervals.

Formula

A350096(n) = nextprime(a(n)).

Extensions

a(29)-a(31) from Martin Ehrenstein, Dec 28 2021
a(32) from Lucas A. Brown, Mar 21 2024

A350097 Record numbers of counts of odd squarefree semiprimes (A046388) in an interval between 2 consecutive primes.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 8, 11, 12, 13, 17, 18, 23, 24, 25, 27, 29, 30, 34, 36, 41, 42, 43, 45, 49, 54, 58, 59, 71, 74, 81, 99
Offset: 1

Views

Author

Hugo Pfoertner, Dec 25 2021

Keywords

Examples

			See A350095.
		

Crossrefs

A350095 and A350096 are the primes delimiting the corresponding intervals.
Cf. A046388.

Extensions

a(29)-a(31) from Martin Ehrenstein, Dec 28 2021
a(32) from Lucas A. Brown, Mar 21 2024
Showing 1-2 of 2 results.