reviewed
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
reviewed
approved
proposed
reviewed
editing
proposed
row[1] = {1}; row[n_] := row[n] = (For[rows = Join[row /@ Range[n-1]]; ro = {}; k = n, Length[ro] < n, k = k+n, If[FreeQ[rows, k], AppendTo[ro, k]]]; ro); Array[row, 12] // Flatten (* Jean-François Alcover, Apr 28 2017 *)
approved
editing
editing
approved
Rearrangement of natural numbers so that next n numbers are each divisible by n.
approved
editing
reviewed
approved
proposed
reviewed
editing
proposed
1;
2, 4;
3, 6, 9;
8, 12, 16, 20;
5, 10, 15, 25, 30;
18, 24, 36, 42, 48, 54;
7, 14, 21, 28, 35, 49, 56;
32, ...
approved
editing