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.

A241677 2^p + 5 where p is prime.

Original entry on oeis.org

9, 13, 37, 133, 2053, 8197, 131077, 524293, 8388613, 536870917, 2147483653, 137438953477, 2199023255557, 8796093022213, 140737488355333, 9007199254740997, 576460752303423493, 2305843009213693957, 147573952589676412933, 2361183241434822606853
Offset: 1

Views

Author

Vincenzo Librandi, Apr 29 2014

Keywords

Crossrefs

Cf. similar sequence listed in A241573.

Programs

  • Magma
    [2^p + 5: p in PrimesUpTo(100)];
  • Mathematica
    Table[2^Prime[n] + 5, {n, 40}]