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 A103178 #13 Apr 08 2024 06:54:42 %S A103178 2,2,4,2,8,8,4,8,8,8,32,24,8,16,8,16,16,16,4,8,8,16,8,24,16,64,4,32,8, %T A103178 128,32,32,128,128,192,16,16,64,16,768,8,48,256,128 %N A103178 Number of divisors of the decimal concatenation of the first n primes. %H A103178 <a href="http://catcon.sourceforge.net/pub/news/archives/000004.html">Catcon News</a>. %H A103178 Patrick De Geest, <a href="http://www.worldofnumbers.com/em_topic1.htm">Repeated Factorisation of Concatenated Primefactors of the Composite Numbers</a>. %F A103178 a(n) = A000005(A019518(n)). %e A103178 The number of divisors of 2 is 2, so the first term is 2. %e A103178 The number of divisors of 23 is 2, so the second term is 2. %e A103178 The number of divisors of 235 is 4, so the third term is 4. %t A103178 Table[DivisorSigma[0, FromDigits[Flatten[Table[IntegerDigits[Prime[j]], {j, 1, n}], 1]]], {n, 1, 100}] (* _Labos Elemer_, Mar 18 2005 *) %Y A103178 Cf. A000005, A019518, A074809. %K A103178 nonn,base %O A103178 1,1 %A A103178 _Parthasarathy Nambi_, Mar 17 2005 %E A103178 More terms from _Labos Elemer_, Mar 18 2005 %E A103178 Extended and edited by _Charles R Greathouse IV_, Apr 25 2010