|
[Date Index]
[Thread Index]
[Author Index]
Re: Product of the first 1000th Prime
- To: mathgroup at smc.vnet.net
- Subject: [mg23064] Re: [mg23026] Product of the first 1000th Prime
- From: Matt.Johnson at autolivasp.com
- Date: Sat, 15 Apr 2000 03:00:23 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Antoine-
try this:
In[5]:=
Map[BaseForm[Prime[#], 16] &, Range[1000]]
-matt
Antoine Bruguier <antoine.bruguier at soon.com> on 04/11/2000 09:18:44 PM
Subject: [mg23064] [mg23026] Product of the first 1000th Prime
Hi,
I would like to have a text file with the product of the first 1000th
prime number. Moreover, it would like to have this numbre displayed in
hexadecimal.
Thanks a lot,
Antoine
Prev by Date:
Re: Help! Mathematica on my 500MHz outperforms my GHz machine!
Next by Date:
Caveat: Limit
Previous by thread:
Product of the first 1000th Prime
Next by thread:
RE: Product of the first 1000th Prime
|