Computer Lab #1
With this webpage you can submit the initial segment of a sequence of integers, and search the huge database for a match and some references.
with(plots);
p1:=[1,1,0];
p2:=[-1,1,0];
p3:=[-1,-1,0];
p4:=[1,-1,0];
p5:=[0,0,1];
pyramid:=[ [p1,p2,p3,p4], [p1,p2,p5], [p2,p3,p5], [p3,p4,p5], [p4,p1,p5] ];
polygonplot3d(pyramid,scaling=constrained);