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.

A066267 Numbers k such that A066266(k) is prime.

Original entry on oeis.org

1, 2, 5, 12, 15, 35
Offset: 1

Views

Author

Patrick De Geest, Dec 16 2001

Keywords

Comments

The next term, if it exists, is greater than 120. - Dmitry Kamenetsky, May 11 2009
The next term, if it exists, is greater than 400. - Michael S. Branicky, Aug 08 2024

Crossrefs

Programs

  • Mathematica
    t={}; Do[If[PrimeQ[Times@@Table[Times@@Prime[Range[n]],{n,k}]+1],AppendTo[t,k]],{k,35}]; t (* Jayanta Basu, May 12 2013 *)

Extensions

Offset changed from 0 to 1 by Harry J. Smith, Feb 08 2010
Name simplified by Jon E. Schoenfield, Oct 25 2019