Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A059885
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A059885 a(n)=|{m : multiplicative order of 3 mod m=n}|. +0
13
2, 2, 2, 6, 4, 10, 2, 14, 4, 16, 6, 58, 2, 10, 16, 88, 6, 108, 6, 150, 10, 54, 6, 290, 18, 10, 56, 138, 14, 716, 14, 144, 22, 118, 40, 1088, 6, 54, 90, 670, 14, 730, 6, 570, 356, 22, 30, 13864, 124, 342 (list; graph; listen)
OFFSET

1,1

COMMENT

The multiplicative order of a mod m, GCD(a,m)=1, is the smallest natural number d for which a^d = 1 (mod m). a(n)=number of orders of degree-n monic irreducible polynomials over GF(3).

FORMULA

a(n)=Sum_{ d divides n } mu(n/d)*tau(3^d-1), (mu(n) = Moebius function A008683, tau(n) = number of divisors of n A000005).

EXAMPLE

a(2)=|{4,8}|=2, a(4)=|{5,10,16,20,40,80}|=6, a(6)=|{7,14,28,52,56,91,104,182,364,728}|=10,...

MAPLE

with(numtheory); A059885 := proc(n) local d, s; s := 0; for d in divisors(n) do s := s+mobius(n/d)*tau(3^d-1); od; RETURN(s); end;

CROSSREFS

Cf. A000005, A008683, A027376, A058944, A059499, A059886-A059892.

Sequence in context: A099259 A131904 A038074 this_sequence A145890 A097091 A094204

Adjacent sequences: A059882 A059883 A059884 this_sequence A059886 A059887 A059888

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Feb 06 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research