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.

A119748 Numbers that are not the sum of a prime and a (nontrivial, positive) power.

Original entry on oeis.org

1, 2, 5, 1549, 1771561
Offset: 1

Views

Author

David W. Wilson, Jul 30 2006

Keywords

Comments

From a question raised by Tanya Khovanova.
1771561 = 11^6 is the first composite number here. - T. D. Noe, Sep 29 2011
James Van Buskirk and John Robertson report that these are the only terms known up to 10^10. - Charles R Greathouse IV, Jan 30 2014
Hardy & Littlewood's Conjecture H implies that there are finitely many nonsquare terms in this sequence. Wang's result implies that a(n) >> n^1.018. - Charles R Greathouse IV, May 28 2015

Crossrefs

Cf. A119747.

Programs

  • PARI
    is(n)=for(e=2, log(n)\log(2), for(b=2, sqrtnint(n, e), if(isprime(n-b^e)&&!ispower(b), return(0)))); 1 \\ Charles R Greathouse IV, May 28 2015

Extensions

1771561 from Max Alekseyev, Jul 31 2006
Showing 1-1 of 1 results.