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 A361351 #14 Mar 09 2023 09:54:37 %S A361351 1,1,4,7,6,5,6,3,6,9,10000000000,115502205511,1440046600466, %T A361351 19225142754633,166668888866666,1555555555555555,16000880008800066, %U A361351 194006440028800877,1422046880284402844,11116222228888849999,600000000000000000000,2600042000840006800021 %N A361351 Carryless n-th powers of n base 10. %H A361351 Seiichi Manyama, <a href="/A361351/b361351.txt">Table of n, a(n) for n = 0..499</a> %H A361351 <a href="/index/Ca#CARRYLESS">Index entries for sequences related to carryless arithmetic</a> %o A361351 (PARI) a(n) = fromdigits(Vec(Pol(digits(n))^n)%10); %Y A361351 Cf. A059729, A169885, A169886. %K A361351 nonn,base %O A361351 0,3 %A A361351 _Seiichi Manyama_, Mar 09 2023