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 A100042 #22 Nov 17 2020 05:40:05 %S A100042 8,24,160,896,22528,106496,2228224,9961472,192937984,15569256448, %T A100042 66571993088,5085241278464,90159953477632,378231999954944, %U A100042 6614661952700416,477381560501272576,34011184385901985792 %N A100042 a(n) = prime(n)*2^prime(n). %C A100042 A lower bound for the 2-color van der Waerden number A005346(prime(n)); see Berlekamp reference. - _Charles R Greathouse IV_, Jul 13 2008 %H A100042 E. R. Berlekamp, <a href="http://dx.doi.org/10.4153/CMB-1968-047-7">A construction for partitions which avoid long arithmetic progressions</a>, Canadian Mathematical Bulletin, Vol. 11, No. 3 (1968), pp. 409-414. %F A100042 Sum_{n>=1} 1/a(n) = A157413. - _Amiram Eldar_, Nov 17 2020 %p A100042 seq(ithprime(n)*2^ithprime(n),n=1..20); %t A100042 #*2^#&/@Prime[Range[20]] (* _Harvey P. Dale_, Sep 18 2020 *) %o A100042 (PARI) a(n) = prime(n)*2^prime(n); \\ _Michel Marcus_, May 14 2017 %Y A100042 Cf. A005346, A034785, A157413. %K A100042 nonn %O A100042 1,1 %A A100042 _Jorge Coveiro_, Dec 26 2004