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.

A077679 Squarefree numbers beginning with 3.

Original entry on oeis.org

3, 30, 31, 33, 34, 35, 37, 38, 39, 301, 302, 303, 305, 307, 309, 310, 311, 313, 314, 317, 318, 319, 321, 322, 323, 326, 327, 329, 330, 331, 334, 335, 337, 339, 341, 345, 346, 347, 349, 353, 354, 355, 357, 358, 359, 362, 365, 366, 367, 370, 371, 373, 374, 377
Offset: 1

Views

Author

Amarnath Murthy, Nov 16 2002

Keywords

Comments

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

Crossrefs

Programs

  • Mathematica
    Select[Range[400],SquareFreeQ[#]&&IntegerDigits[#][[1]]==3&] (* Harvey P. Dale, Oct 10 2018 *)
  • PARI
    isok(n) = (issquarefree(n) && (digits(n, 10)[1] == 3)) \\ Michel Marcus, Jul 31 2013

Extensions

More terms from Sascha Kurz, Jan 28 2003