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 A110757 #32 Dec 25 2024 21:01:48 %S A110757 1,4,4,4,8,4,4,12,18,8,4,8,8,16,48,16,96,576,16,32,16,32,16,32,64,256, %T A110757 96,32,128,256,8,64,32,128,384,144,16,8,64,32,256,64,8,192,96,32,128, %U A110757 128,8,64,8,128,1280,2560,8,24,16,64,8,8,32,384,48,64,128,128 %N A110757 a(n) = number of divisors of N, where N = reverse concatenation of 1,2,3,...,n. %H A110757 Tyler Busby, <a href="/A110757/b110757.txt">Table of n, a(n) for n = 1..109</a> %F A110757 a(n) = A000005(A000422(n)). - _Jinyuan Wang_, May 23 2020 %e A110757 a(3) = tau(321) = 4. %t A110757 s = ""; Do[s = ToString[n] <> s; Print[DivisorSigma[0, ToExpression[s]]], {n, 1, 45}] (* _Ryan Propper_, Sep 23 2005 *) %t A110757 Table[DivisorSigma[0,FromDigits[Flatten[IntegerDigits/@Range[n,1,-1]]]],{n,50}] (* The program takes a long time to run. *) (* _Harvey P. Dale_, Jun 06 2018 *) %Y A110757 Cf. A000005, A000422, A176024. %Y A110757 Cf. A110756, A110758, A110759, A110760. %K A110757 nonn,base %O A110757 1,2 %A A110757 _Amarnath Murthy_, Aug 11 2005 %E A110757 More terms from _Ryan Propper_, Sep 23 2005 %E A110757 a(46)-a(66) from _Jinyuan Wang_, May 23 2020