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.

A088114 Smallest palindrome which can be expressed as the product of n palindromes > 1 (not necessarily distinct).

This page as a plain text file.
%I A088114 #10 Dec 05 2013 19:56:33
%S A088114 2,4,8,88,252,2112,2112,2112,4224,8448,48384,48384,405504,405504,
%T A088114 405504,40955904,677707776,677707776,677707776,677707776,677574475776,
%U A088114 677574475776,42833977933824,6929958668599296
%N A088114 Smallest palindrome which can be expressed as the product of n palindromes > 1 (not necessarily distinct).
%C A088114 No more terms < 10^14. - _David Wasserman_, Jul 21 2005
%C A088114 The sequence is infinite. One can always multiply an n-digit palindrome by 10^n+1 to get another term. - _Franklin T. Adams-Watters_, Jun 06 2006
%C A088114 a(25) > 10^18.
%e A088114 a(6) = a(7) =a(8) = 2112
%e A088114 2112 = 2*2*2*2*4*33
%e A088114 2112 = 2*2*2*2*2*2*33
%e A088114 2112 = 2*2*2*2*2*2*3*11
%Y A088114 Cf. A071277. [From _R. J. Mathar_, Sep 11 2008]
%K A088114 base,more,nonn
%O A088114 1,1
%A A088114 _Amarnath Murthy_, Sep 25 2003
%E A088114 More terms from _David Wasserman_, Jul 21 2005
%E A088114 Definition edited and a(24) from _Donovan Johnson_, Sep 22 2009