login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A069356
Primes of the form 2^i*3^j - (i+j) with i, j >= 0.
5
2, 5, 7, 43, 67, 103, 157, 281, 503, 641, 1451, 3061, 4597, 6553, 8179, 10357, 15541, 34981, 78721, 209939, 524269, 1062869, 2097131, 13436909, 25509151, 28311529, 63700969, 113246183, 153054989, 516560633, 573308903, 774840959, 805306339
OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..300 [Corrected by Sean A. Irvine]
MATHEMATICA
Take[ Select[ Union[ Flatten[ Table[2^i*3^j - (i + j), {i, 0, 28}, {j, 0, 18}]]], PrimeQ[ # ] &], 33]
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 18 2002
EXTENSIONS
Edited and extended by Robert G. Wilson v, May 09 2003
STATUS
approved