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 A069356 #12 May 13 2024 00:06:32 %S A069356 2,5,7,43,67,103,157,281,503,641,1451,3061,4597,6553,8179,10357,15541, %T A069356 34981,78721,209939,524269,1062869,2097131,13436909,25509151,28311529, %U A069356 63700969,113246183,153054989,516560633,573308903,774840959,805306339 %N A069356 Primes of the form 2^i*3^j - (i+j) with i, j >= 0. %H A069356 Vincenzo Librandi, <a href="/A069356/b069356.txt">Table of n, a(n) for n = 1..300</a> [Corrected by Sean A. Irvine] %t A069356 Take[ Select[ Union[ Flatten[ Table[2^i*3^j - (i + j), {i, 0, 28}, {j, 0, 18}]]], PrimeQ[ # ] &], 33] %Y A069356 Cf. A069355, A005105, A069358, A069346. %K A069356 nonn %O A069356 1,1 %A A069356 _Reinhard Zumkeller_, Mar 18 2002 %E A069356 Edited and extended by _Robert G. Wilson v_, May 09 2003