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.

A114061 Numbers n such that n = (product of digits of n) * (sum of digits of n) in some base.

This page as a plain text file.
%I A114061 #5 Oct 03 2014 12:03:37
%S A114061 0,1,6,12,16,20,30,42,48,54,56,72,90,96,110,128,132,135,144,156,160,
%T A114061 162,176,182,210,231,240,250,272,300,306,324,336,342,380,384,420,432,
%U A114061 448,455,462,480,495,504,506,540,552,576,600,624,650,663,686,702,720,750
%N A114061 Numbers n such that n = (product of digits of n) * (sum of digits of n) in some base.
%C A114061 This sequence is infinite since b^2+b is in the sequence for all b>1: in base b, b^2+b has digits {1,b} and (1*b)*(1+b)=b^2+b.
%e A114061 12 is in the sequence since in base 9, 12 has digits {1,3} and (1*3)*(1+3)=12.
%Y A114061 Cf. A038369.
%K A114061 base,nonn
%O A114061 1,3
%A A114061 _Matthew Conroy_, Feb 02 2006