%I A071677
%S A071677 1,3,8,9,14,15,22,44,45,52,63,64,105,110,130,152,154,165,174,184,189,
%T A071677 190,195,196,208,225,230,232,256,272,310,405,442,464,496,512,567,592,
%U A071677 656,688,820,884,891,940,976,1036,1068,1125,1148,1210,1215,1284,1305
%N A071677 Numbers n such that the number of divisors of n equals the maximum number
of elements among the continued fractions for n/1, n/2, n/3, n/4
...., n/n.
%F A071677 n such that A000005(n) = Max { 1<=i<=n: Card[ contfrac(n/i) ] }
%o A071677 (PARI) for(n=1,1000,if(numdiv(n)==vecmax(vector(n,i,length(contfrac(n/
i)))),print1(n,",")))
%Y A071677 Sequence in context: A165289 A066494 A082721 this_sequence A084747 A101065
A152411
%Y A071677 Adjacent sequences: A071674 A071675 A071676 this_sequence A071678 A071679
A071680
%K A071677 easy,nonn
%O A071677 1,2
%A A071677 Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 22 2002
|