# Black box algorithm to find standard generators of O'N

	set V 0
lbl SEMISTD
	rand 1
	ord 1 A
	incr V
	if V gt 1000 then timeout
	if A notin 1 2 3 4 5 6 7 8 10 11 12 14 15 16 19 20 28 31 then fail
	if A notin 20 28 then jmp SEMISTD

	div A 4 B
	pwr B 1 3
	mu 3 3 2

	set X 0
lbl CONJUGATE
	incr X
	if X gt 1000 then timeout
	rand 4
	cjr 3 4
	mu 2 3 5
	ord 5 D
	if D notin 2 3 4 5 6 7 8 10 11 14 16 19 20 28 31 then fail
	if D noteq 11 then jmp CONJUGATE

	oup 2 2 3
