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.

A098815 2^p - 7 where p is prime.

Original entry on oeis.org

-3, 1, 25, 121, 2041, 8185, 131065, 524281, 8388601, 536870905, 2147483641, 137438953465, 2199023255545, 8796093022201, 140737488355321, 9007199254740985, 576460752303423481, 2305843009213693945, 147573952589676412921, 2361183241434822606841
Offset: 1

Views

Author

Parthasarathy Nambi, Oct 07 2004

Keywords

Examples

			If p = 3, then 2^3 - 7 = 1.
If p = 5, then 2^5 - 7 = 25.
		

Programs

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

Extensions

More terms from Ray Chandler, Nov 14 2004