cp's OEIS Frontend

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.

A110752 a(n) is the number of divisors of the concatenation of 1089 with itself n times.

This page as a plain text file.
%I A110752 #15 Nov 20 2018 08:04:56
%S A110752 9,36,192,144,288,1536,576,4608,3840,4608,3072,12288,1152,9216,
%T A110752 1572864,73728,2304,245760,144,73728,4718592,49152,2304,6291456,
%U A110752 294912,18432,589824,294912,18432,100663296
%N A110752 a(n) is the number of divisors of the concatenation of 1089 with itself n times.
%C A110752 1089 has the property that any number of concatenations of it with itself and its digit reversal have the same set of distinct prime factors.
%e A110752 a(2) = tau(10891089) = 36.
%t A110752 k = 0; Do[k = 10^4 * k + 1089; Print[DivisorSigma[0, k]], {n, 1, 30}] (* _Ryan Propper_, Oct 15 2005 *)
%Y A110752 Cf. A110751, A110753.
%K A110752 base,nonn
%O A110752 1,1
%A A110752 _Amarnath Murthy_, Aug 11 2005
%E A110752 a(19)-a(30) from _Ryan Propper_, Oct 15 2005
%E A110752 Name edited by _Jon E. Schoenfield_, Nov 19 2018