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.

A243139 a(n) = 2^prime(n) + prime(n).

Original entry on oeis.org

6, 11, 37, 135, 2059, 8205, 131089, 524307, 8388631, 536870941, 2147483679, 137438953509, 2199023255593, 8796093022251, 140737488355375, 9007199254741045, 576460752303423547, 2305843009213694013, 147573952589676412995, 2361183241434822606919
Offset: 1

Views

Author

Vincenzo Librandi, Jun 03 2014

Keywords

Crossrefs

Programs

  • Magma
    [2^p + p: p in PrimesUpTo(80)];
  • Mathematica
    f[n_]:=(2^Prime[n] + Prime[n]); Array[f, 80, 1]