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.

A076871 Sum of two powerful numbers (definition (1), A001694).

Original entry on oeis.org

2, 5, 8, 9, 10, 12, 13, 16, 17, 18, 20, 24, 25, 26, 28, 29, 31, 32, 33, 34, 35, 36, 37, 40, 41, 43, 44, 45, 48, 50, 52, 53, 54, 57, 58, 59, 61, 63, 64, 65, 68, 72, 73, 74, 76, 80, 81, 82, 85, 88, 89, 90, 91, 96, 97, 98, 99, 100, 101, 104, 106, 108, 109, 112, 113, 116, 117
Offset: 1

Views

Author

N. J. A. Sloane, Nov 25 2002

Keywords

Comments

Complement of A085253. - Reinhard Zumkeller, Jun 23 2003

References

  • Aleksandar Ivić, The Riemann Zeta-Function, Wiley, NY, 1985, see p. 439.

Crossrefs

Different from A070049.

Programs

  • Mathematica
    With[{m = 120}, pow = Select[Range[m], # == 1 || Min[FactorInteger[#][[;; , 2]]] > 1 &]; Select[Union[Plus @@@ Tuples[pow, {2}]], # <= m &]] (* Amiram Eldar, Jan 30 2023 *)

Formula

A085252(a(n)) > 0. - Reinhard Zumkeller, Jun 23 2003
Blomer shows that there are x/log^k x sums of two powerful numbers up to x, where k = 0.20629947... is A261883. - Charles R Greathouse IV, Sep 04 2015

Extensions

More terms from Vladeta Jovovic, Nov 25 2002