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.

A075766 Numbers k such that A007923(k) is prime.

Original entry on oeis.org

2, 7, 8, 10, 17, 20, 25, 28, 31, 38, 61, 62, 355, 4690, 4772, 8162, 10523, 14716, 32114, 117712
Offset: 1

Views

Author

Jason Earls, Oct 09 2002

Keywords

Comments

SDS(355) certified prime with Primo.
No more terms <= 8000. - XU Pingya, May 30 2017

Crossrefs

Cf. A007923.

Programs

  • PARI
    isok(n) = my(m=(n*(n+1)/2-1)%9+1); isprime(sum(k=0, n-1, 10^k*((m-k-1)%9+1))); \\ Michel Marcus, May 30 2017

Extensions

a(14)-a(15) from XU Pingya, May 30 2017
a(16)-a(18) from Michael S. Branicky, Jun 22 2023
a(19) from Michael S. Branicky, Nov 18 2024
a(20) from Michael S. Branicky, Jun 12 2025