Download PDF

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Location arithmetic wikipedia , lookup

Large numbers wikipedia , lookup

Proofs of Fermat's little theorem wikipedia , lookup

Addition wikipedia , lookup

Elementary mathematics wikipedia , lookup

Transcript
Carol number∗
PrimeFan†
2013-03-21 21:07:48
Given n, compute 4n − 2n+1 − 1 or (2n − 1)2 − 2 or (22n − 1) − 2n+1 or
2n
X
2i .
i6=n+1
i=0
Any of these formulas gives the Carol number for n. Regardless of how they’re
computed, these numbers are almost repunits in binary, needing only the addition of 2n+1 to become so.
The first few Carol numbers are 7, 47, 223, 959, 3967, 16127, 65023, 261119,
1046527, 4190207, 16769023 (listed in A093112 of Sloane’s OEIS). Every third
Carol number is divisible by 7, thus prime Carol numbers can’t have n = 3x + 2
(except of course for n = 2. The largest Carol number known to be prime is
(2248949 − 1)2 − 2, found by Japke Rosink using MultiSieve and OpenPFGW in
March 2006.
∗ hCarolNumberi created: h2013-03-21i by: hPrimeFani version: h38317i Privacy setting:
h1i hDefinitioni h11N05i
† This text is available under the Creative Commons Attribution/Share-Alike License 3.0.
You can reuse this document or portions thereof only if you do so under terms that are
compatible with the CC-BY-SA license.
1