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.

Showing 1-1 of 1 results.

A083400 Numbers n such that A053664(n) and A073605(n) are primes.

Original entry on oeis.org

3, 4, 5, 6, 27
Offset: 1

Views

Author

Farideh Firoozbakht, Jun 07 2003

Keywords

Examples

			a(4)=6 because A053664(6)=29243 and A073605(6)=787 are primes.
		

Crossrefs

Programs

  • Mathematica
    For[k = 0, k < 1415, If[PrimeQ[ChineseRemainder[Range[k], Prime[Range[k]]]] && PrimeQ[ChineseRemainder[ -Range[k], Prime[Range[k]]]], Print[k]], k++ ]
Showing 1-1 of 1 results.