Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #6 Oct 28 2022 20:52:51
%S 1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,62914,
%T 65535,131071,262143,524287,716479,1048575,1132639,2069471,2097151,
%U 3618111,4194303,8388607
%N Nim-factorial(a(n))=1.
%C Except for the term a(16)=62914, all listed terms agree with those of A000225: 2^n - 1.
%Y A059970 (Nim-factorials), A055010.
%K nonn
%O 1,2
%A _John W. Layman_, Mar 09 2001
%E a(18)-a(28) from _Sean A. Irvine_, Oct 28 2022