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.

A159054 Members of A159053 which are not multiples of 3.

This page as a plain text file.
%I A159054 #3 Mar 31 2012 12:38:21
%S A159054 1,143,1763,5183,10153,10403,15109,36863,40183,79523,97343,130273
%N A159054 Members of A159053 which are not multiples of 3.
%F A159054 A159053 INTERSECT A001651. - R. J. Mathar, Apr 05 2009
%t A159054 lst={};Do[If[Mod[(Fibonacci[n-3]),n]==0,If[Mod[n,3]!=0,AppendTo[lst,n]]], {n,5*8!}];lst
%Y A159054 Cf. A123976, A159051, A159052, A159053.
%K A159054 nonn
%O A159054 1,2
%A A159054 _Vladimir Joseph Stephan Orlovsky_, Apr 03 2009
%E A159054 Definition reworded by _R. J. Mathar_, Apr 05 2009