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.

A241676 2^p - 3 where p is prime.

Original entry on oeis.org

1, 5, 29, 125, 2045, 8189, 131069, 524285, 8388605, 536870909, 2147483645, 137438953469, 2199023255549, 8796093022205, 140737488355325, 9007199254740989, 576460752303423485, 2305843009213693949, 147573952589676412925, 2361183241434822606845
Offset: 1

Views

Author

Vincenzo Librandi, Apr 29 2014

Keywords

Crossrefs

Cf. similar sequence listed in A241573.

Programs

  • Magma
    [2^p-3: p in PrimesUpTo(100)];
  • Mathematica
    Table[2^Prime[n] - 3, {n, 20}]