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.

A083401 Numbers k such that A073605(k) is prime.

Original entry on oeis.org

3, 4, 5, 6, 15, 21, 25, 27, 28, 52, 70, 205, 245, 308, 339, 357, 415, 524, 537, 1455, 1500
Offset: 1

Views

Author

Farideh Firoozbakht, Jun 07 2003

Keywords

Comments

No other terms below 2200. [Max Alekseyev, May 11 2009]

Examples

			a(1)=3 because A073605(3)=7 is prime and A073605(1) and A073605(2) aren't primes.
		

Crossrefs

Programs

  • Mathematica
    For[k = 0, k < 875, If[PrimeQ[ChineseRemainder[ -Range[k], Prime[Range[k]]]], Print[k]], k++ ]

Extensions

a(20)-a(21) from Max Alekseyev, May 11 2009