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!)
A122149 Period of A002067 mod n. 2
1, 1, 1, 4, 8, 1, 3, 4, 9, 8, 10, 4, 24, 3, 8, 4, 32, 9, 18, 8, 3, 10, 22, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
EXAMPLE
A002067 mod 5 is 1, 1, 2, 2, 4, 4, 3, 3, 1, 1, 2, 2, 4, 4, 3, 3, 1, 1, ... with period 8.
MATHEMATICA
max = 40; se = Series[InverseErf[2*x/Sqrt[Pi]], {x, 0, 2*max + 1}]; a[n_] := (2*n + 1)!/2^n*Coefficient[se, x, 2*n + 1]; A002067 = Table[a[n], {n, 0, max}]; period[lst_List] := Catch[lg = If[Length[lst] <= 5, 2, 5]; lst1 = lst[[1 ;; lg]]; km = Length[lst] - lg; Do[ If[lst1 == lst[[k ;; k+lg-1]], Throw[k-1]]; If[k == km, Throw[0]], {k, 2, km}]]; Table[period[Mod[A002067, n] // Reverse], {n, 1, 24}] (* Jean-François Alcover, Dec 17 2012 *)
CROSSREFS
Sequence in context: A002390 A193087 A201404 * A254149 A021679 A197153
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Aug 06 2008
EXTENSIONS
Extended to 24 terms by Jean-François Alcover, Dec 17 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 29 18:29 EDT 2024. Contains 372114 sequences. (Running on oeis4.)