OFFSET
1,1
COMMENTS
This sequence is neither a subset nor a superset of sequence A278436 since 155 and 817 are in one, but not the other, respectively.
EXAMPLE
Number 155 = 5*31, equivalent to array position (17, 2), is in the sequence since all prior numbers in column 1 are even as are those in column 2, except 9 which is not a factor of 155.
MATHEMATICA
(* support functions are in A279967*)
a281533[k_] := Module[{ut=upperTriangle[k], ms=Table[" ", {i, 1, k}, {j, 1, k}], h, pos, val, seqL={}}, ms[[1, 1]]=1; For[h=2, h<=Length[ut], h++, pos=ut[[h]]; val=Apply[Plus, Select[Map[ms[[Apply[Sequence, #]]]&, priorPos[pos]], #!=0 && Mod[seqPos[pos], #]==0&]]; If[val==0, AppendTo[seqL, val]]; ms[[Apply[Sequence, pos]]]=val]; seqL]
a281533[81] (* data *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Hartmut F. W. Hoft, Jan 23 2017
STATUS
approved