Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A054719
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A054719 Number of 4-ary sequences with primitive period n. +0
6
1, 4, 12, 60, 240, 1020, 4020, 16380, 65280, 262080, 1047540, 4194300, 16772880, 67108860, 268419060, 1073740740, 4294901760, 17179869180, 68719210560, 274877906940, 1099510578960, 4398046494660, 17592181850100, 70368744177660 (list; graph; listen)
OFFSET

0,2

COMMENT

Equivalently, output sequences with primitive period n from a simple cycling shift register.

REFERENCES

E. N. Gilbert and J. Riordan, Symmetry types of periodic sequences, Illinois J. Math., 5 (1961), 657-665.

FORMULA

Sum mu(d)*4^(n/d); d|n.

MAPLE

A054719 := proc(n) local d, s; if n = 0 then RETURN(1); else s := 0; for d in divisors(n) do s := s+mobius(d)*4^(n/d); od; RETURN(s); fi; end;

CROSSREFS

Cf. A001868, A027377.

Sequence in context: A051858 A084709 A057394 this_sequence A083484 A097250 A088860

Adjacent sequences: A054716 A054717 A054718 this_sequence A054720 A054721 A054722

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Apr 20 2000

page 1

Search completed in 0.004 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 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research