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.

A099619 Occurrence of the n-th prime in A098962.

This page as a plain text file.
%I A099619 #8 Jul 13 2013 12:03:16
%S A099619 2,3,4,6,7,8,10,11,12,14,15,17,18,19,20,22,23,24,25,26,27,29,30,31,33,
%T A099619 34,35,36,37,38,41,42,43,44,46,47,48,49,50,52,53,54,56,57,58,59,61,63,
%U A099619 64,65,66,67,68,70,72,73,74,75,76,77,78,80,82,83,84,85,88,89,91,92,93
%N A099619 Occurrence of the n-th prime in A098962.
%C A099619 A098962(a(n)) = A000040(n).
%H A099619 Reinhard Zumkeller, <a href="/A099619/b099619.txt">Table of n, a(n) for n = 1..10000</a>
%o A099619 (Haskell)
%o A099619 import Data.List (elemIndex)
%o A099619 import Data.Maybe (fromJust)
%o A099619 a099619 = (+ 1) . fromJust . (`elemIndex` a098962_list) . a000040
%o A099619 -- _Reinhard Zumkeller_, Feb 18 2013
%Y A099619 Cf. A099620.
%K A099619 nonn
%O A099619 1,1
%A A099619 _Reinhard Zumkeller_, Oct 26 2004