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.

A206473 First prime in A122072 that appears at least n times.

Original entry on oeis.org

7, 199, 1129, 1327, 19609, 19609, 31397, 155921, 360653, 370261, 370261, 1349533, 1357201, 1561919, 2010733, 15203977, 17051707, 17051707, 20831323, 20831323, 20831323, 47326693, 189695659, 189695659, 191912783, 436273009, 436273009, 436273009, 436273009
Offset: 1

Views

Author

Lekraj Beedassy, Feb 08 2012

Keywords

Comments

Corresponding values of n in A122072 are 1, 21, 115, 136, 1965, 1966, ....

Crossrefs

Programs

  • PARI
    a(n)=my(p=2);forprime(q=3,default(primelimit),if(q\10-p\10>=n,return(p));p=q) \\ Charles R Greathouse IV, Feb 26 2012

Extensions

a(5)-a(15) from Alois P. Heinz, Feb 08 2012
a(16)-a(36) from Charles R Greathouse IV, Feb 26 2012
Showing 1-1 of 1 results.