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.
%I A352078 #28 May 14 2022 22:20:57 %S A352078 0,0,0,7,0,42,0,87,80,156,0,439,0,342,528,687,0,1160,0,1543,1152,930, %T A352078 0,3207,1024,1332,2024,3319,0,5502,0,4447,3120,2352,4176,9287,0,2970, %U A352078 4464,10935,0,11724,0,8887,12176,4422,0,19983,4752,12424,7872,12679,0,20330,11280,23271,9936 %N A352078 Number of ordered triples (a,b,c) of positive integers less than n with the property that n divides a*b*c. %C A352078 a(n) = 0 iff n is prime or 1. %e A352078 For n = 4 the ordered triples are (1,2,2), (2,1,2), (2,2,1), (2,2,2), (2,2,3), (2,3,2), (3,2,2). %t A352078 Table[Dimensions[Solve[a*b*c == 0 && a != 0 && b != 0 && c != 0, {a, b, c}, Modulus -> n]][[1]], {n, 2, 100}] %Y A352078 Cf. A268631. %K A352078 nonn %O A352078 1,4 %A A352078 _Luca Onnis_, Mar 28 2022