%I A118502
%S A118502 1,7,14,21,66,205,583,837,1259,1631,2178,6346,15851,58371,61804,129196,
%T A118502 409879,1670753
%N A118502 Numbers n such that n divides floor((4/3)^n).
%C A118502 Next term after 409879 is greater than 10^6.
%e A118502 floor((4/3)^21) = 420 and 420 is divisible by 21, so 21 is in the sequence.
%t A118502 t = 1; Do[t = 4t/3; If[Mod[Floor[t], n] == 0, Print[n]], {n, 10^6}]
%Y A118502 Cf. A073633.
%Y A118502 Sequence in context: A028555 A061823 A018890 this_sequence A036556 A013644
A050953
%Y A118502 Adjacent sequences: A118499 A118500 A118501 this_sequence A118503 A118504
A118505
%K A118502 more,nonn
%O A118502 1,2
%A A118502 Ryan Propper (rpropper(AT)stanford.edu), May 06 2006
%E A118502 One more term from Ryan Propper (rpropper(AT)stanford.edu), Jul 21 2006
|