OFFSET
1,3
COMMENTS
Graphically, we have two curves that correspond to the bisections (see illustration in Links section).
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, Colored scatterplot of the first 25000 terms (where the color denotes the parity of n)
Rémy Sigrist, C program for A339389
PROG
(PARI) { for (n=1, #a = vector(56), print1 (a[n] = sum(i=1, n-1, sum(j=1, n-1, a[i]+a[j]>=a[n-1])) ", ")) }
(C) See Links section.
CROSSREFS
KEYWORD
nonn,look
AUTHOR
Rémy Sigrist, Dec 02 2020
STATUS
approved