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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079345 Fibonacci(n) mod 16. 2
0, 1, 1, 2, 3, 5, 8, 13, 5, 2, 7, 9, 0, 9, 9, 2, 11, 13, 8, 5, 13, 2, 15, 1, 0, 1, 1, 2, 3, 5, 8, 13, 5, 2, 7, 9, 0, 9, 9, 2, 11, 13, 8, 5, 13, 2, 15, 1, 0, 1, 1, 2, 3, 5, 8, 13, 5, 2, 7, 9, 0, 9, 9, 2, 11, 13, 8, 5, 13, 2, 15, 1, 0, 1, 1, 2, 3, 5, 8, 13, 5, 2, 7, 9, 0, 9, 9, 2, 11, 13, 8, 5, 13, 2 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

COMMENTS

Periodic with period 24. - Jon Perry (perry(AT)globalnet.co.uk), Jan 08 2003

EXAMPLE

a(8) = F(8) mod 16 = 21 mod 16 = 5

MATHEMATICA

a={}; Do[f=Fibonacci[n]; AppendTo[a, Mod[f, 16]], {n, 1, 30}]; a (Vladimir Orlovsky, Jul 23 2008)

PROG

(PARI) for (n=1, 100, print1(fibonacci(n)%16", "))

CROSSREFS

Cf. A079343, A079344.

Sequence in context: A135102 A078414 A050416 * A106005 A105995 A104701

Adjacent sequences:  A079342 A079343 A079344 * A079346 A079347 A079348

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Jan 04 2003

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 February 14 18:05 EST 2012. Contains 205664 sequences.