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.

Showing 1-1 of 1 results.

A163320 Primes of the form 2^k + k^3.

Original entry on oeis.org

3, 157, 34359781243
Offset: 1

Views

Author

Keywords

Comments

The next term is too large to include.

Crossrefs

Cf. A058015 (corresponding values of k).

Programs

  • Mathematica
    f[n_]:=2^n+n^3; lst={};Do[If[PrimeQ[f[n]],AppendTo[lst,f[n]]],{n,2*6!}];lst

Formula

a(n) = 2^A058015(n) + A058015(n)^3. - R. J. Mathar, Jul 25 2009
Showing 1-1 of 1 results.