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.

Showing 1-1 of 1 results.

A159054 Members of A159053 which are not multiples of 3.

Original entry on oeis.org

1, 143, 1763, 5183, 10153, 10403, 15109, 36863, 40183, 79523, 97343, 130273
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    lst={};Do[If[Mod[(Fibonacci[n-3]),n]==0,If[Mod[n,3]!=0,AppendTo[lst,n]]], {n,5*8!}];lst

Formula

A159053 INTERSECT A001651. - R. J. Mathar, Apr 05 2009

Extensions

Definition reworded by R. J. Mathar, Apr 05 2009
Showing 1-1 of 1 results.