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.

A356763 Triprime gaps (A114403) in the order of first occurrence.

This page as a plain text file.
%I A356763 #13 Aug 28 2022 21:12:22
%S A356763 4,6,2,7,1,12,5,11,3,14,8,9,10,18,13,15,16,21,17,19,22,32,24,20,23,29,
%T A356763 28,25,26,33,34,27,30,31,37,40,35,36,46,39,41,44,45,42,38,50,58,43,51,
%U A356763 54,49,52,48,47,56,55,53,60,57,59,63,61,65,66,69,64,62,67,68,70,83,71,73,78,72
%N A356763 Triprime gaps (A114403) in the order of first occurrence.
%t A356763 DeleteDuplicates[Differences[Select[Range[10^6], PrimeOmega[#] == 3 &]]] (* _Amiram Eldar_, Aug 26 2022 *)
%Y A356763 Cf. A114403, A014612.
%Y A356763 Cf. A014320 (for prime gaps), A356769 (for semiprime gaps).
%K A356763 nonn
%O A356763 1,1
%A A356763 _Zak Seidov_, Aug 26 2022