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!)
A218124 Number of 7-ary sequences with primitive period n. 3
1, 7, 42, 336, 2352, 16800, 117264, 823536, 5762400, 40353264, 282458400, 1977326736, 13841167200, 96889010400, 678222249264, 4747561492800, 33232924804800, 232630513987200, 1628413557439536, 11398895185373136, 79792266015134400, 558545864082460128 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{d|n} 7^d * mu(n/d) for n>0, a(0) = 1.
G.f.: 1 + 7 * Sum_{k>=1} mu(k) * x^k / (1 - 7*x^k). - Ilya Gutkovskiy, Apr 14 2021
MAPLE
with(numtheory):
a:= n-> `if`(n=0, 1, add(7^d *mobius(n/d), d=divisors(n))):
seq(a(n), n=0..30);
CROSSREFS
Column k=7 of A143324.
Sequence in context: A271427 A073506 A025593 * A048862 A208943 A209071
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 April 24 13:24 EDT 2024. Contains 371955 sequences. (Running on oeis4.)