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.
%I A178506 #21 Dec 25 2019 04:50:57 %S A178506 3371,8120597,69426527,108531329,176558477,1207949621,2379270371, %T A178506 3477265871,3560550179,4227952109,8012005997,12665630687,13060888871, %U A178506 15832158827,15945922409,18337088849,20279414579,22354272509,30283802609,60559558979,70496180087,98035951127 %N A178506 Lesser of a "near cube" twin prime pair (k^3 - 4, k^3 - 2). %C A178506 p + 2 = k^3 - 2 is form of "near(est) cube" prime smaller than cube number k^3, as k^3 - 1 = (k-1) * (k^2 + k + 1), only prime for k=2. %H A178506 Amiram Eldar, <a href="/A178506/b178506.txt">Table of n, a(n) for n = 1..10000</a> %e A178506 p = 3371 = prime(475) = 15^3 - 4, (p, p+2) is twin prime pair tp(90), 3371 is the first term. %t A178506 Select[Range[10^4]^3 - 4, And @@ PrimeQ[# + {0, 2}] &] (* _Amiram Eldar_, Dec 25 2019 *) %Y A178506 Cf. A178336. %Y A178506 Cf. A001359, A053703, A132282, A144953, A173255, A178228, A038600. %K A178506 nonn %O A178506 1,1 %A A178506 Ulrich Krug (leuchtfeuer37(AT)gmx.de), May 29 2010 %E A178506 a(13) corrected and more terms from _Amiram Eldar_, Dec 25 2019