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.

A321617 Last term of the first occurrence of n consecutive odd squarefree composite numbers.

Original entry on oeis.org

15, 35, 95, 219, 221, 903, 905, 1357
Offset: 1

Views

Author

Hugo Pfoertner, Dec 19 2018

Keywords

Comments

See A322493.

Crossrefs

Programs

  • Mathematica
    Join[{15},With[{osc=Select[Range[1,1401,2],CompositeQ[#]&&SquareFreeQ[ #]&]}, Flatten[Table[Select[Partition[osc,n,1],Union[Differences[#]] == {2}&,1],{n,8}],1]][[All,-1]]] (* Harvey P. Dale, Feb 10 2019 *)
Showing 1-1 of 1 results.