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.

A370867 Records in A224908.

This page as a plain text file.
%I A370867 #8 Mar 04 2024 08:48:19
%S A370867 0,2,3,5,7,8,11,12,14,15,19,20,24,27,32,39,44,49,50,52,56,57,66,68,87,
%T A370867 103,109,121,127,148,152,163,197,216,235,260,283,325,356,374,395,406,
%U A370867 437,485,488,494,566,569,617,644,658,673,747,770,774,809,820,826
%N A370867 Records in A224908.
%t A370867 DeleteDuplicates[Table[Count[Prime[n]+Prime[Range[n-1]]+1,_?PrimeQ],{n,3000}],GreaterEqual]
%Y A370867 Cf. A224908.
%K A370867 nonn
%O A370867 1,2
%A A370867 _Harvey P. Dale_, Mar 03 2024