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.

A088862 Smallest number with exactly n prime factors (possibly with repetitions) such that in binary representation the divisors >1 form a prefix code.

This page as a plain text file.
%I A088862 #6 Mar 31 2012 13:20:51
%S A088862 1,2,9,125,625,3125,15625,78125,9921875,1260078125,25937424601,
%T A088862 285311670611,145223640340999,21557022777501157,799006685782884121,
%U A088862 15181127029874798299,288441413567621167681,5480386857784802185939
%N A088862 Smallest number with exactly n prime factors (possibly with repetitions) such that in binary representation the divisors >1 form a prefix code.
%C A088862 a(n) = Min{k: A090330(k)=0 and A001222(k)=n};
%C A088862 Conjecture: the sequence is defined for all n.
%C A088862 If a(n) = p^n, then for m > n, a(m) >= p^m. In particular, a(n) = 19^n for 13 < n < 86. - _David Wasserman_, Aug 24 2005
%e A088862 a(5) = 3125 = 5^5 with divisors >1: 5, 25, 125, 625, 3125, which are prefix-free in binary: 101, 11001, 1111101, 1001110001, 110000110101.
%Y A088862 Cf. A090335, A090332.
%K A088862 nonn
%O A088862 1,2
%A A088862 _Reinhard Zumkeller_, Nov 26 2003
%E A088862 More terms from _David Wasserman_, Aug 24 2005