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.

A078380 Maximum exponent in prime factorization of numbers which can be written as sum of a positive square and a positive cube.

Original entry on oeis.org

1, 1, 2, 1, 2, 1, 3, 1, 2, 1, 1, 2, 1, 1, 2, 2, 2, 1, 2, 1, 2, 3, 1, 2, 4, 1, 1, 1, 2, 1, 3, 1, 1, 2, 1, 7, 1, 1, 1, 1, 2, 2, 3, 1, 2, 1, 2, 1, 1, 1, 3, 2, 1, 2, 1, 4, 1, 2, 1, 2, 1, 3, 1, 1, 1, 2, 1, 2, 3, 1, 1, 3, 1, 2, 1, 2, 3, 2, 6, 1, 2, 2, 1, 3, 1, 2, 3, 5, 1, 1, 3, 1, 4, 2, 1, 1, 1, 2, 3, 1, 1, 3, 2, 2, 3
Offset: 1

Views

Author

Reinhard Zumkeller, Nov 25 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Max[FactorInteger[#][[;; , 2]]] & /@ Select[Range[300], Length[Reduce[a^2 + b^3 == # && a > 0 && b > 0, {a, b}, Integers]] > 0 &] (* Amiram Eldar, Mar 27 2025 *)

Formula

a(n) = A051903(A055394(n)).