login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A106005
Fibonacci sequence (mod 15).
1
0, 1, 1, 2, 3, 5, 8, 13, 6, 4, 10, 14, 9, 8, 2, 10, 12, 7, 4, 11, 0, 11, 11, 7, 3, 10, 13, 8, 6, 14, 5, 4, 9, 13, 7, 5, 12, 2, 14, 1, 0, 1, 1, 2, 3, 5, 8, 13, 6, 4, 10, 14, 9, 8, 2, 10, 12, 7, 4, 11, 0, 11, 11, 7, 3, 10, 13, 8, 6, 14, 5, 4, 9, 13, 7, 5, 12, 2, 14, 1, 0, 1, 1, 2, 3, 5, 8, 13, 6, 4, 10
OFFSET
0,4
LINKS
EXAMPLE
Sequence is periodic with Pisano period 40.
MATHEMATICA
Table[Mod[Fibonacci[n], 15], {n, 0, 100}](* Vincenzo Librandi, Feb 04 2014 *)
PROG
(Magma) [Fibonacci(n) mod 15: n in [0..100]]; // Vincenzo Librandi, Feb 04 2014
CROSSREFS
Sequence in context: A345097 A050416 A079345 * A105995 A360931 A214094
KEYWORD
nonn,easy
AUTHOR
Shyam Sunder Gupta, May 05 2005
EXTENSIONS
Added a(0)=0 by Vincenzo Librandi, Feb 04 2014
STATUS
approved