A086480 Erroneous version of A056135.
4, 8, 12, 1, 125, 24, 343, 2, 1, 40, 1331, 3, 2197, 56, 3375
Offset: 0
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
invect(v,n,x)=for(i=1,n,if(v[i]==x,return(1)));0 nextnew(v,n)=local(k);k=1;while(!R(n,k)||invect(v,n-1,k),k++);k newvect(n)=local(v);v=vector(n);for(k=1,n,v[k]=nextnew(v,k));v R(n,m)=issquare(n*m)&&n!=m newvect(80)
Comments