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.

A379371 Primes congruent to 67 mod 12345.

This page as a plain text file.
%I A379371 #27 May 01 2025 02:54:08
%S A379371 67,123517,148207,271657,296347,321037,345727,395107,444487,567937,
%T A379371 666697,1061737,1209877,1407397,1506157,1530847,1827127,1876507,
%U A379371 1950577,1999957,2024647,2098717,2222167,2296237,2345617,2469067,2567827,2617207,2691277,2814727
%N A379371 Primes congruent to 67 mod 12345.
%C A379371 Primes congruent to 67 mod 24690. - _Chai Wah Wu_, Apr 30 2025
%H A379371 Harvey P. Dale, <a href="/A379371/b379371.txt">Table of n, a(n) for n = 1..1000</a>
%p A379371 select(isprime, [67+24690*i$i=0..114])[];  # _Alois P. Heinz_, Dec 21 2024
%t A379371 Select[Range[67,3000000,12345],PrimeQ]
%Y A379371 Cf. A301619.
%K A379371 nonn,easy
%O A379371 1,1
%A A379371 _Harvey P. Dale_, Dec 21 2024