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.

A212601 Intersection of A001567 and A212502.

Original entry on oeis.org

4033, 6601, 8321, 15841, 25761, 29341, 41041, 46657, 75361, 115921, 162401, 172081, 252601, 294409, 314821, 332949, 401401, 410041, 488881, 530881, 552721, 642001, 721801, 873181, 934021, 1004653, 1207361, 1461241, 1876393, 1909001, 2081713, 2085301, 2113921
Offset: 1

Views

Author

Keywords

Comments

Only 1 (mod 4) numbers have been found.

Crossrefs

Cf. A201629.
Cf. A001567 (pseudoprimes to base 2).
Cf. A212502 (pseudoprimes to base 1+2i).

Programs

  • Mathematica
    t[n_] := Which[Mod[n, 4] == 3, n + 1, Mod[n, 4] == 1, n - 1,  True,  n]; Select[1 + Range[99000], PowerMod[2, # - 1, #] == 1 && !PrimeQ[#] && Im[PowerMod[1 + 2I, t[#], #]] == 0 &]