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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A218258 a(n) = |{m : multiplicative order of n mod m = 9}|. 2
0, 2, 4, 26, 18, 12, 52, 4, 112, 12, 16, 12, 30, 12, 24, 488, 30, 24, 64, 4, 12, 78, 48, 28, 464, 12, 56, 62, 72, 12, 104, 56, 36, 52, 48, 112, 432, 28, 48, 52, 48, 24, 488, 56, 72, 288, 48, 24, 580, 6, 24, 116, 360, 44, 344, 16, 48, 104, 24, 8, 312, 44, 112 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = tau(n^9-1)-tau(n^3-1), with tau = A000005.
MAPLE
with(numtheory):
a:= n-> add(mobius(9/d) *tau(n^d-1), d={3, 9}):
seq(a(n), n=1..80);
MATHEMATICA
Table[DivisorSigma[0, n^9-1]-DivisorSigma[0, n^3-1], {n, 70}] (* Harvey P. Dale, Mar 15 2018 *)
CROSSREFS
Row n=9 of A212957.
Sequence in context: A162126 A162118 A128774 * A186431 A129894 A028386
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Oct 24 2012
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 April 18 08:27 EDT 2024. Contains 371769 sequences. (Running on oeis4.)