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.

A375646 Products of prime 8-tuples (p, p+2, p+6, p+8, p+12, p+18, p+20, p+26) where p = A022011(n).

This page as a plain text file.
%I A375646 #9 Nov 10 2024 12:50:22
%S A375646 35336848261,
%T A375646 3806030828359338048562146944333316580734237696172777384261,
%U A375646 187864049264599549789422153639990042809117925774238076689261,5904346651213195922822968174735596082317962321492475630960754261,1225364761514380727859407545185568342040426059188911173818624004261
%N A375646 Products of prime 8-tuples (p, p+2, p+6, p+8, p+12, p+18, p+20, p+26) where p = A022011(n).
%C A375646 Primes p in A022011 belong to 11 (mod 210), thus a(n) is congruent to the product of residues {11, 13, 17, 19, 23, 29, 31, 37} (mod 210), i.e., 1 (mod 210).
%C A375646 Gaps between primes are {2, 4, 2, 4, 6, 2, 6}.
%H A375646 Michael De Vlieger, <a href="/A375646/b375646.txt">Table of n, a(n) for n = 1..10000</a>
%t A375646 Map[Times @@ NextPrime[#, Range[0, 7]] &, Import["https://oeis.org/A022011/b022011.txt", "Data"][[;; 12, -1]] ]
%Y A375646 Cf. A022011, A128470, A375647, A375648.
%K A375646 nonn
%O A375646 1,1
%A A375646 _Michael De Vlieger_, Aug 24 2024