OFFSET
1,1
LINKS
Michael S. Branicky, Table of n, a(n) for n = 1..51
Michael S. Branicky, Table of n, a(n) for all terms <= 10^10 (missing terms > 10^10 shown as -1)
Michael S. Branicky, Python program for OEIS A390008
EXAMPLE
a(1) = 12 = 2^3 + 2^2.
a(2) = 36 = 2^5 + 2^2 = 3^3 + 3^2.
a(3) = 153 = 3^2 + 12^2 = 5^2 + 2^7 = 2^5 + 11^2.
PROG
(Python) # see linked program
CROSSREFS
KEYWORD
nonn
AUTHOR
Jean-Marc Rebert, Oct 21 2025
EXTENSIONS
a(14) onward from Michael S. Branicky, Oct 22 2025
STATUS
approved
