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.

A163150 Primes of the form A000041(p)+p, where p is some prime.

Original entry on oeis.org

67, 509, 45060624733, 21424521360255636739, 404577789549846859589538794509144411672022828773, 22138618005861522471365237940368652982888104077311
Offset: 1

Views

Author

Keywords

Examples

			With p=11=A000040(5) = A163151(1), a(1)= A000041(11)+11 = 67 is prime.
		

Crossrefs

Programs

  • Mathematica
    f[n_]:=PartitionsP[n]+n; lst={};Do[p=Prime[n];If[PrimeQ[f[p]],AppendTo[lst, f[p]]],{n,6!}];lst

Formula

a(n) = A000041(A163151(n))+A163151(n).

Extensions

Removed Mathematica specific language in the definition - R. J. Mathar, Sep 11 2009