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.

A125834 Numbers that have exactly 15 representations as a product of two palindromes.

This page as a plain text file.
%I A125834 #7 Aug 14 2021 18:55:11
%S A125834 4888884,8896888,13345332,74732526,100999899,140732592,179555376,
%T A125834 269130862,295777482,444888444,734059326,880968088,978745768,
%U A125834 1032039008,1183109928,1321452132,1399939992,1548058512,1614785172,1886140256
%N A125834 Numbers that have exactly 15 representations as a product of two palindromes.
%e A125834 4888884 is in the sequence since 4888884 = 1*4888884 = 2*2444442 = 4*1222221 = 11*444444 = 22*222222 = 44*111111 = 111*44044 = 121*40404 = 222*22022 = 242*20202 = 444*11011 = 484*10101 = 1001*4884 = 1221*4004 = 2002*2442.
%t A125834 f[n_]:=f[n]=Length[Select[Divisors[n],#<=n^(1/2)&&FromDigits[ Reverse[IntegerDigits[ # ]]]==#&&FromDigits[Reverse[IntegerDigits [n/# ]]]==n/#&]];Do[If[f[n]==15,Print[n]],{n,125000000}]
%Y A125834 Cf. A002113, A116993, A125832, A125833, A125835.
%K A125834 base,nonn
%O A125834 1,1
%A A125834 _Farideh Firoozbakht_, Dec 11 2006
%E A125834 a(6)-a(20) from _Donovan Johnson_, Aug 05 2009