cp's OEIS Frontend

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.

A100042 a(n) = prime(n)*2^prime(n).

Original entry on oeis.org

8, 24, 160, 896, 22528, 106496, 2228224, 9961472, 192937984, 15569256448, 66571993088, 5085241278464, 90159953477632, 378231999954944, 6614661952700416, 477381560501272576, 34011184385901985792
Offset: 1

Views

Author

Jorge Coveiro, Dec 26 2004

Keywords

Comments

A lower bound for the 2-color van der Waerden number A005346(prime(n)); see Berlekamp reference. - Charles R Greathouse IV, Jul 13 2008

Crossrefs

Programs

  • Maple
    seq(ithprime(n)*2^ithprime(n),n=1..20);
  • Mathematica
    #*2^#&/@Prime[Range[20]] (* Harvey P. Dale, Sep 18 2020 *)
  • PARI
    a(n) = prime(n)*2^prime(n); \\ Michel Marcus, May 14 2017

Formula

Sum_{n>=1} 1/a(n) = A157413. - Amiram Eldar, Nov 17 2020