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.

A069356 Primes of the form 2^i*3^j - (i+j) with i, j >= 0.

Original entry on oeis.org

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

Views

Author

Reinhard Zumkeller, Mar 18 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Take[ Select[ Union[ Flatten[ Table[2^i*3^j - (i + j), {i, 0, 28}, {j, 0, 18}]]], PrimeQ[ # ] &], 33]

Extensions

Edited and extended by Robert G. Wilson v, May 09 2003