Finite(?) Sequence (involving divisors)

hv at crypt.org hv at crypt.org
Thu Nov 1 14:35:49 CET 2007


sequence, all d <= m that divide n must be non-isolated. This requires in
sequence is 4.
sequence, and the only remaining members of the sequence must be oblong.
show that for sufficiently large m, 2b/3 is too large and 2b/5 is too
small to be adjacent to a/2.
show that the sequence is as given.
Return-Path: <maxale at gmail.com>
X-Ids: 164
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=beta;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
        bh=pUlh8OKaIWqRUauk52WC6OfwsUNSVj5E8TfuX3jGJKM=;
        b=Zem4fe3qT1W2VnHAfku+Fh4GpN3ObETpCQyPsi2c7aZ64LjZAe2EP3W8N+phSi5Se4KTmt4xBsr10k7Y+3Dso+GbOIW/eiDjGmvqLZg4w+7bCshBPIkbMVgXS7uAY0P4S3rIphPeQcnnlcu+kWyu6juC2npizy5biSJ0EDJSriM=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=beta;
        h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
        b=luyLaJrqn6PWOc/bu9c+iEU8rwZ/AGPc7BZXve3cR0uoBpL4jQ4svGyhr8ZINFcKpxr+F8ZSMtSrIu2l7wiyKBc6Xn04x8yIGtaG6CvcvFHEsbuT2HKIa7D90TeTIKujqdTLPH4FrJEID2PZ4eMuteykv00yM3I7NUhoTqoc8ZE=
Message-ID: <d3dac270711020028y4338bf2fra8add770190e88d6 at mail.gmail.com>
Date: Fri, 2 Nov 2007 00:28:40 -0700
From: "Max Alekseyev" <maxale at gmail.com>
To: seqfan at ext.jussieu.fr
Subject: invertible matrices over Z_m
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-3.0 (shiva.jussieu.fr [134.157.0.164]); Fri, 02 Nov 2007 08:28:42 +0100 (CET)
X-Virus-Scanned: ClamAV 0.88.7/4659/Thu Nov  1 17:24:40 2007 on shiva.jussieu.fr
X-Virus-Status: Clean
X-j-chkmail-Score: MSGID : 472AD1AA.005 on shiva.jussieu.fr : j-chkmail score : X : 0/50 1 0.408 -> 1
X-Miltered: at shiva.jussieu.fr with ID 472AD1AA.005 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)!

The number of invertible matrices over Z_m is given is the paper:

J. Overbey, W. Traves, J. Wojdylo "On the Keyspace of the Hill Cipher"
http://jeff.over.bz/papers/undergrad/on-the-keyspace-of-the-hill-cipher.pdf

along with some other nice formulas.

It seems that this paper is not referred from OEIS while it joins a
number of sequences under a general formula and may provide new
sequences (see below).
As I have no time to work on this paper now, I'd like to ask somebody
to bring all useful information (basically references and new
sequences) from this paper to OEIS.

As a sneak pick I suggest the following straightforward PARI/GP
implementation of the formula from Theorem 2.3.3:

{ g(d,m) = local(f=factorint(m)); prod(i=1,matsize(f)[1],
f[i,1]^((f[i,2]-1)*d^2) * prod(k=0,d-1, f[i,1]^d-f[i,1]^k) ) }

For d=0..5, m=1..5 it gives:

? matrix(6,5,d,m,g(d-1,m))
%1 =
[1 1 1 1 1]
[1 1 2 2 4]
[1 6 48 96 480]
[1 168 11232 86016 1488000]
[1 20160 24261120 1321205760 116064000000]
[1 9999360 475566474240 335522845163520 226614960000000000]

Zeroth row (d=0) is all-ones A000012.
First row (d=1) gives A000010 (Euler totient function)
Second row (d=2) is A000252
Third row (d=3) is A064767

First seven columns (m=1..7) are A000012, A002884, A053290, A065128,
A053292, A065498, A053293.

For sequences A065128 and A065498, I suggest to prepend 1 to this
sequence and change their offset to 0 to be consistent with the other
similar sequences.

Regards,
Max





More information about the SeqFan mailing list