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.

A375264 Products of prime 5-tuples (p, p+4, p+6, p+10, p+12) where p = A022007(n).

Original entry on oeis.org

323323, 11769028333, 23075277662228863, 498323779650735373, 5774946339890457283, 964079483344036314403, 1069516017850492496773, 2764561257197073595813, 160896800504464381875853, 3214487754103795836790843, 5525765859191774942946523, 10569235342244010823461223, 1140114641548139662904736973
Offset: 1

Views

Author

Michael De Vlieger, Aug 16 2024

Keywords

Comments

Subsequence of A046387.
All terms are congruent to 13 (mod 30), since they are products m of the following residues (mod 30): {7, 11, 13, 17, 19}, and m mod 30 is congruent to 13.

Crossrefs

Programs

  • Mathematica
    Map[Times @@ NextPrime[#, Range[0, 4]] &, Select[Prime@ Range[2^16], AllTrue[{# + 4, # + 6, # + 10, # + 12}, PrimeQ] &]]