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.

A359629 Indices of the primes of |A007442|.

This page as a plain text file.
%I A359629 #30 Jun 20 2025 20:22:53
%S A359629 1,5,7,8,11,13,40,106,132,154,478,647,1576,2067,2656,3837,5158,6985,
%T A359629 7844,9777,11607,21027,22638,31979,33592,34279
%N A359629 Indices of the primes of |A007442|.
%t A359629 fQ[n_] := PrimeQ[ Differences[ Prime@ Range@ n, n - 1]][[1]]; k = 1; lst = {}; While[k < 36001, If[fQ@ k, AppendTo[lst, k]]; k++]; lst
%Y A359629 Cf. A007442.
%K A359629 nonn,more
%O A359629 1,2
%A A359629 _Robert G. Wilson v_, Jan 08 2023