OFFSET
1,1
COMMENTS
The first n-1 numbers of row n are selected by simply choosing the smallest n-1 numbers which have not yet been used. The remaining number is then chosen to be the smallest possible unused number such that the sum of the n numbers is a multiple of prime(n). - Sean A. Irvine, Mar 16 2025
LINKS
Sean A. Irvine, Table of n, a(n) for n = 1..1540 (rows 1..20 flattened)
EXAMPLE
2;
1,5;
3,4,8;
6,7,9,13;
10,11,12,14,19;
15,16,17,18,20,31; ...
CROSSREFS
KEYWORD
AUTHOR
Amarnath Murthy, Oct 05 2002
EXTENSIONS
Corrected and extended by Sascha Kurz, Jan 20 2003
STATUS
approved