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.

A078745 Numbers k such that A049614(k) - A000040(k) is prime.

Original entry on oeis.org

6, 7, 8, 15, 23, 36, 93, 117, 121, 131, 150, 310, 433, 896, 1226, 4439, 11452, 13069
Offset: 1

Views

Author

Jason Earls, Dec 21 2002

Keywords

Crossrefs

Programs

  • PARI
    is(k) = ispseudoprime(prod(i=1, k, i^!isprime(i)) - prime(k)); \\ Jinyuan Wang, Jan 09 2021

Extensions

a(16) from Ryan Propper, Feb 12 2007
a(17)-a(18) from Michael S. Branicky, Aug 10 2024
Showing 1-1 of 1 results.