# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/
Search: id:a015926
Showing 1-1 of 1
%I A015926 #17 Sep 22 2016 22:21:43
%S A015926 1,2,4,6,8,10,12,16,18,24,30,31,32,36,42,48,64,66,72,78,84,90,96,102,
%T A015926 114,126,138,144,168,174,176,186,192,210,222,234,246,252,258,282,288,
%U A015926 318,336,354,366,390,396,402,426,438,456,474,496,498,504,510,534,546
%N A015926 Positive integers n such that 2^n == 2^6 (mod n).
%C A015926 The odd terms are given by A215610.
%C A015926 For all m, 2^A033981(m)-1 belongs to this sequence.
%H A015926 T. D. Noe, Table of n, a(n) for n = 1..1000
%H A015926 OEIS Wiki, 2^n mod n
%t A015926 Select[Range[1000], Mod[2^# - 2^6, #] == 0 &] (* _T. D. Noe_, Aug 17 2012 *)
%Y A015926 Contains A208154 as a subsequence.
%Y A015926 Cf. A015919, A015921, A015922, A015924, A015925, A015927, A015929, A015931, A015932, A015935, A015937.
%K A015926 nonn
%O A015926 1,2
%A A015926 _Robert G. Wilson v_
%E A015926 Edited by _Max Alekseyev_, Jul 30 2011
# Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE