cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A051834 Fibonacci(Pn-1) mod Pn, where Pn is the n-th prime.

This page as a plain text file.
%I A051834 #6 Mar 30 2012 18:34:54
%S A051834 1,1,3,1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,1,0,
%T A051834 0,0,1,1,1,1,0,0,0,1,1,0,0,1,1,0,1,0,0,0,1,1,0,0,1,0,1,1,1,0,1,1,0,1,
%U A051834 1,0,1,0,1,1,0,1,0,1,0,0,0,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,1
%N A051834 Fibonacci(Pn-1) mod Pn, where Pn is the n-th prime.
%C A051834 Terms are 0 when Pn == 1 or 4 mod 5, terms are 1 when Pn == 2 or 3 mod 5.
%e A051834 P3=5, Fibonacci(5-1)=3 mod 5.
%Y A051834 Cf. A000045, A003631, A045468, A051830, A051831.
%K A051834 nonn
%O A051834 1,3
%A A051834 _Jud McCranie_, Dec 11 1999