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 A276510 #24 May 09 2021 02:27:26 %S A276510 10234567,10234576,10234579,10234597,10234657,10234675,10234678, %T A276510 10234687,10234756,10234759,10234765,10234768,10234786,10234795, %U A276510 10234867,10234876,10234957,10234975,10235467,10235476,10235479,10235497,10235647,10235674,10235746,10235749 %N A276510 Numbers k such that the sum of all the different permutations of the digits of k (A045876(k)) is a pandigital number (a term of A171102). %e A276510 10234759 is a term because A045876(10234759) = 1567999984320, which contains every digit from 0 to 9. %o A276510 (PARI) A047726(n) = n=eval(Vec(Str(n))); (#n)!/prod(i=0, 9, sum(j=1, #n, n[j]==i)!); %o A276510 A055642(n) = #Str(n); %o A276510 A007953(n) = sumdigits(n); %o A276510 A045876(n) = ((10^A055642(n)-1)/9)*(A047726(n)*A007953(n)/A055642(n)); %o A276510 isA171102(n) = 9<#vecsort(Vecsmall(Str(n)), , 8); %o A276510 is(n) = isA171102(A045876(n)); %Y A276510 Cf. A045876, A171102. %K A276510 nonn,base %O A276510 1,1 %A A276510 _Altug Alkan_, Sep 06 2016