A124570 Array read by antidiagonals: T(d,k) (k >= 1, d = 1,2,3,4,5,6,...) = smallest semiprime s of k (not necessarily consecutive) semiprimes in arithmetic progression with common difference d, or 0 if there is no such arithmetic progression.
4, 4, 4, 4, 9, 4, 4, 4, 33, 4, 4, 6, 91, 0, 4, 4, 6, 115, 213, 0, 4, 4, 4, 6, 0, 213, 0, 4, 4, 4, 4, 111, 0, 1383, 0, 4, 4, 14, 9, 0, 201, 0, 3091, 0, 4, 4, 6, 51, 203, 0, 201, 0, 8129, 0, 4, 4, 6, 6, 0, 1333, 0, 481, 0, 0, 0, 4, 4, 4, 77, 69, 0, 1333, 0, 5989, 0, 0, 0, 4
Offset: 1
Examples
Array begins: d.\...k=1.k=2.k=3.k=4.k=5..k=6..k=7..k=8....k=9..k=10.k=11..k=12. 0..|..4...4...4...4...4....4....4....4......4....4.....4.....4... 1..|..4...9...33..0...0....0....0....0......0....0.....0.....0.... 2..|..4...4...91..213.213..1383.3091.8129...0....0.....0.....0..... 3..|..4...6...115.0...0....0....0....0......0....0.....0.....0..... 4..|..4...6...6...111.201..201..481..5989...0....0.....0.....0.... 5..|..4...4...4...0...0....0....0....0......0....0.....0.....0..... 6..|..4...4...9...203.1333.1333.1333.2159...8309.18799.60499.60499 7..|..4...14..51..0...0....0....0....0......0....0.....0.....0..... 8..|..4...6...6...69..473..511..511..112697.0....0.....0.....0..... 9..|..4...6...77..0...0....0....0....0......0....0.....0.....0..... 10.|..4...4...15..289.289..289..1631.13501..0....0.....0.....0..... 11.|..4...4...4...0...0....0....0....0......0....0.....0.....0..... Example for row 3: 115 = 5 * 23 is semiprime, 115+3 = 118 = 2 * 59 is semiprime and 115+3+3 = 121 = 11^2 is semiprime, so T(3,3) = 115.
Links
- R. J. Mathar, Table for d <= 999 (PDF)
Crossrefs
Formula
Extensions
Corrected and extended by R. J. Mathar, Nov 06 2006
Definition clarified by Robert Israel, Aug 11 2024
Comments