login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100042 a(n) = prime(n)*2^prime(n). 2
8, 24, 160, 896, 22528, 106496, 2228224, 9961472, 192937984, 15569256448, 66571993088, 5085241278464, 90159953477632, 378231999954944, 6614661952700416, 477381560501272576, 34011184385901985792 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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
LINKS
E. R. Berlekamp, A construction for partitions which avoid long arithmetic progressions, Canadian Mathematical Bulletin, Vol. 11, No. 3 (1968), pp. 409-414.
FORMULA
Sum_{n>=1} 1/a(n) = A157413. - Amiram Eldar, Nov 17 2020
MAPLE
seq(ithprime(n)*2^ithprime(n), n=1..20);
MATHEMATICA
#*2^#&/@Prime[Range[20]] (* Harvey P. Dale, Sep 18 2020 *)
PROG
(PARI) a(n) = prime(n)*2^prime(n); \\ Michel Marcus, May 14 2017
CROSSREFS
Sequence in context: A092771 A279483 A098070 * A061027 A226962 A221784
KEYWORD
nonn
AUTHOR
Jorge Coveiro, Dec 26 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 4 01:17 EST 2023. Contains 367541 sequences. (Running on oeis4.)