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!)
A218125 Number of 8-ary sequences with primitive period n. 3
1, 8, 56, 504, 4032, 32760, 261576, 2097144, 16773120, 134217216, 1073709000, 8589934584, 68719210560, 549755813880, 4398044413896, 35184372055560, 281474959933440, 2251799813685240, 18014398375002624, 144115188075855864, 1152921503533101120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{d|n} 8^d * mu(n/d) for n>0, a(0) = 1.
G.f.: 1 + 8 * Sum_{k>=1} mu(k) * x^k / (1 - 8*x^k). - Ilya Gutkovskiy, Apr 15 2021
MAPLE
with(numtheory):
a:= n-> `if`(n=0, 1, add(8^d*mobius(n/d), d=divisors(n))):
seq(a(n), n=0..30);
CROSSREFS
Column k=8 of A143324.
Sequence in context: A251250 A087290 A086787 * A098914 A009107 A209665
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Oct 21 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 September 6 02:53 EDT 2024. Contains 375701 sequences. (Running on oeis4.)