OFFSET
1,6
LINKS
Jianing Song, Table of n, a(n) for n = 1..10000
EXAMPLE
n = 4: 3 = 4 - 1;
n = 6: 4 = 6 - 3 + 1, 5 = 6 - 1;
n = 8: 5 = 8 - 4 + 1, 7 = 8 - 1;
n = 9: 7 = 9 - 3 + 1, 8 = 9 - 1;
n = 10: 6 = 10 - 5 + 1, 9 = 10 - 1.
PROG
(PARI) \\ For the PARI program giving the set of such numbers of each n, see A375626.
CROSSREFS
KEYWORD
nonn
AUTHOR
Jianing Song, Aug 21 2024
STATUS
approved