%I A098573
%S A098573 4,8,12,17,24,32,41,52,66,82,101,124,150,181,217,259,307,362,426,500,
%T A098573 583,679,788,911,1051,1209,1387,1588,1814,2067,2351,2668,3022,3418,3858,
%U A098573 4347,4891,5494,6162,6902,7719,8622,9618,10715,11923,13252,14711,16314
%N A098573 Positive integers not appearing in sequence A098572, which calculates
the values of floor(sum(m^(1/m),n=1..m)).
%e A098573 floor(1^(1/1)+2^(1/2)+3^(1/3))=3, floor(1^(1/1)+2^(1/2)+3^(1/3)+4^(1/
4))=5 and so 4 is a member of this sequence.
%p A098573 ans:=[]: a:=0: last:=0: n:=1: do: a:=a+evalf(n^(1/n),50): if floor(a)-last>
1 then ans:=[op(ans),floor(a)-1]: fi: last:=floor(a): n:=n+1: od:
%Y A098573 Cf. A098572.
%Y A098573 Sequence in context: A002004 A033156 A036573 this_sequence A092753 A079774
A045672
%Y A098573 Adjacent sequences: A098570 A098571 A098572 this_sequence A098574 A098575
A098576
%K A098573 easy,nonn
%O A098573 1,1
%A A098573 Mark Hudson (mrmarkhudson(AT)hotmail.com), Sep 16 2004
|