This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A112985 #4 Jan 17 2017 16:36:47 %S A112985 1,4,1,1,2,1,16,4,16,1,128,256,16,256,16,256,2,1,16,4,16,4096,65536, %T A112985 256,16,256,16384,256,33554432,16,16,256,16,1,65536,256,2,1048576,16, %U A112985 256,65536,4294967296,16,4,16,4294967296,17179869184,256,16,4294967296,2048 %N A112985 2^(2^n mod n-1). %H A112985 Harvey P. Dale, <a href="/A112985/b112985.txt">Table of n, a(n) for n = 0..1000</a> %F A112985 a(n)=2^A112983(n). %t A112985 Join[{1,4},Table[2^PowerMod[2,n,n-1],{n,2,60}]] (* _Harvey P. Dale_, Jan 17 2017 *) %K A112985 easy,nonn %O A112985 0,2 %A A112985 _Paul Barry_, Oct 08 2005