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.

A100917 Primes of the form pi(n) + prime(n).

This page as a plain text file.
%I A100917 #6 Jul 18 2012 20:07:18
%S A100917 2,7,23,47,53,59,79,179,211,257,311,331,373,379,431,443,487,491,503,
%T A100917 523,647,661,673,677,683,691,857,863,887,919,947,1009,1021,1091,1129,
%U A100917 1151,1171,1193,1231,1237,1277,1283,1471,1663,1667,1753,1777,1811,1993
%N A100917 Primes of the form pi(n) + prime(n).
%C A100917 Primes appearing in A100486.
%H A100917 Vincenzo Librandi, <a href="/A100917/b100917.txt">Table of n, a(n) for n = 1..1000</a>
%F A100917 a(n) = A100486(A065042(n)).
%t A100917 Select[Table[PrimePi[n] + Prime[n], {n, 300}], PrimeQ]
%Y A100917 Cf. A065042, A100486.
%K A100917 nonn
%O A100917 1,1
%A A100917 _Ray Chandler_, Nov 27 2004