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.

A077678 Squarefree numbers beginning with 2.

Original entry on oeis.org

2, 21, 22, 23, 26, 29, 201, 202, 203, 205, 206, 209, 210, 211, 213, 214, 215, 217, 218, 219, 221, 222, 223, 226, 227, 229, 230, 231, 233, 235, 237, 238, 239, 241, 246, 247, 249, 251, 253, 254, 255, 257, 258, 259, 262, 263, 265, 266, 267, 269, 271, 273, 274
Offset: 1

Views

Author

Amarnath Murthy, Nov 16 2002

Keywords

Comments

Intersection of A005117 and A217394. - Michel Marcus, Sep 14 2013
Lower density is 3/(10*Pi^2), upper density is 20/(9*Pi^2). - Charles R Greathouse IV, Nov 05 2017

Crossrefs

Programs

  • Mathematica
    s2Q[n_]:=First[IntegerDigits[n]]==2 && 1==Max@@Last/@FactorInteger[n]; Select[Range[274],s2Q[#] &] (* Jayanta Basu, May 22 2013 *)
  • PARI
    is(n)=n>1 && digits(n)[1]==2 && issquarefree(n) \\ Charles R Greathouse IV, Nov 05 2017

Extensions

More terms from Sascha Kurz, Jan 28 2003