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.

A098231 2^p - 11 for p prime.

Original entry on oeis.org

-7, -3, 21, 117, 2037, 8181, 131061, 524277, 8388597, 536870901, 2147483637, 137438953461, 2199023255541, 8796093022197, 140737488355317, 9007199254740981, 576460752303423477, 2305843009213693941, 147573952589676412917, 2361183241434822606837
Offset: 1

Views

Author

Parthasarathy Nambi, Oct 25 2004

Keywords

Examples

			If p=5, 2^5 - 11 = 21.
		

Crossrefs

Cf. A098815.

Programs

  • Magma
    [2^p-11: p in PrimesUpTo(100)]; // Vincenzo Librandi, Apr 29 2014
  • Mathematica
    Table[2^Prime[n] - 11, {n, 20}]

Extensions

More terms from Ray Chandler, Nov 14 2004