Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)

Revision History for A002730

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A002730 Number of equivalence classes of binary sequences of primitive period n.
(history; published version)
#27 by Jon E. Schoenfield at Sat Jan 29 01:02:47 EST 2022
STATUS

editing

approved

#26 by Jon E. Schoenfield at Sat Jan 29 01:02:44 EST 2022
AUTHOR

_N. J. A. Sloane_._

STATUS

approved

editing

#25 by Charles R Greathouse IV at Thu Nov 21 13:11:12 EST 2013
MATHEMATICA

max = 38; m[k_, n_] := (s = 1; Do[ If[ Mod[s, n] == 0, Return[e], s = s + k^e ] , {e, 1, max}]); c[k_, t_, n_] := Sum[ m[k, n/GCD[n, u*(k-1) + t]]^(-1), {u, 0, n-1}]; (* b = A002729 *) b[n_] := b[n] = (s = 0; Do[ If[ GCD[n, k] == 1 , s = s + 2^c[k, t, n]] , {k, 1, n-1}, {t, 0, n-1}]; s / (n*EulerPhi[n]) ); b[0] = 1; b[1] = 2; a[n_] := Sum[ MoebiusMu[n/d]*b[d], {d, Divisors[n]}]; Table[a[n], {n, 1, max}] (* From }] (* _Jean-François Alcover, _, Dec 06 2011, after Maple *)

Discussion
Thu Nov 21 13:11
OEIS Server: https://oeis.org/edit/global/2066
#24 by Joerg Arndt at Mon Jul 22 04:27:26 EDT 2013
STATUS

reviewed

approved

#23 by Bruno Berselli at Mon Jul 22 02:51:26 EDT 2013
STATUS

proposed

reviewed

#22 by Vincenzo Librandi at Mon Jul 22 01:05:34 EDT 2013
STATUS

editing

proposed

#21 by Vincenzo Librandi at Mon Jul 22 01:05:27 EDT 2013
LINKS

<a href="/index/Lu#Lyndon">Index entries for sequences related to Lyndon words</a>

<a href="/index/Lu#Lyndon">Index entries for sequences related to Lyndon words</a>

#20 by Vincenzo Librandi at Mon Jul 22 01:04:54 EDT 2013
LINKS

Vincenzo Librandi, <a href="/A002730/b002730.txt">Table of n, a(n) for n = 1..50</a>

STATUS

approved

editing

#19 by Russ Cox at Fri Mar 30 16:43:35 EDT 2012
AUTHOR

_N. J. A. Sloane (njas(AT)research.att.com)._.

Discussion
Fri Mar 30 16:43
OEIS Server: https://oeis.org/edit/global/110
#18 by T. D. Noe at Tue Dec 06 11:23:02 EST 2011
STATUS

proposed

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 11 15:58 EDT 2024. Contains 375836 sequences. (Running on oeis4.)