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.

A375648 Products of prime 8-tuples (p, p+6, p+8, p+14, p+18, p+20, p+24, p+26) where p = A022013(n).

This page as a plain text file.
%I A375648 #5 Sep 11 2024 00:41:37
%S A375648 3868985835982814590518552822749329543261,
%T A375648 43207320984601757696213691690377119115644261,
%U A375648 287530494211069388143263747303929618940138523261,2991325021830996455943969680355510324042937309261,3433715221252595293789329211184553889095776281330363261,523198428668721638888114210837839571392856841008842698982189261
%N A375648 Products of prime 8-tuples (p, p+6, p+8, p+14, p+18, p+20, p+24, p+26) where p = A022013(n).
%C A375648 Primes p in A022013 belong to 173 (mod 210). Thus a(n) is congruent to the product of residues {173, 179, 181, 187, 191, 193, 197, 199} (mod 210), i.e., 1 (mod 210).
%C A375648 Gaps between primes are {6, 2, 6, 4, 2, 4, 2}.
%H A375648 Michael De Vlieger, <a href="/A375648/b375648.txt">Table of n, a(n) for n = 1..10000</a>
%t A375648 Map[Times @@ NextPrime[#, Range[0, 7]] &, Import["https://oeis.org/A022013/b022013.txt", "Data"][[;; 12, -1]]]
%Y A375648 Cf. A022012, A128470, A375646, A375647.
%K A375648 nonn
%O A375648 1,1
%A A375648 _Michael De Vlieger_, Aug 24 2024