login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A193994 Number of zeros in the period of Fibonacci 5-step sequence A001591 mod n. 0
1, 4, 35, 7, 156, 70, 400, 12, 45, 624, 1580, 61, 2380, 1600, 5460, 18, 5220, 33, 684, 1092, 14000, 6320, 523, 52, 185, 9520, 48, 2800, 2465, 10920, 6075, 22, 55300, 20880, 62400, 28, 52060, 464, 83300, 1872, 70180, 28000, 1903, 11060, 7020, 1046, 22, 79 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..48.

MATHEMATICA

n = 5; Table[a = Join[{1}, Table[0, {n - 1}]]; a = Mod[a, i]; a0 = a; k = 0; zeros = 0; While[k++; s = Mod[Plus @@ a, i]; a = RotateLeft[a]; If[s == 0, zeros++]; a[[n]] = s; a != a0]; zeros, {i, 100}]

CROSSREFS

Cf. A106303 (period of Fibonacci 5-step sequence).

Sequence in context: A000860 A027681 A222397 * A097382 A003349 A211612

Adjacent sequences:  A193991 A193992 A193993 * A193995 A193996 A193997

KEYWORD

nonn

AUTHOR

T. D. Noe, Aug 18 2011

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 11:12 EDT 2013. Contains 225429 sequences.