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.

A077684 Squarefree numbers beginning with 8.

Original entry on oeis.org

82, 83, 85, 86, 87, 89, 802, 803, 805, 806, 807, 809, 811, 813, 814, 815, 817, 818, 821, 822, 823, 826, 827, 829, 830, 831, 834, 835, 838, 839, 842, 843, 849, 851, 853, 854, 857, 858, 859, 861, 862, 863, 865, 866, 869, 870, 871, 874, 877, 878, 879, 881, 883
Offset: 1

Views

Author

Amarnath Murthy, Nov 16 2002

Keywords

Comments

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

Crossrefs

Programs

  • Mathematica
    Select[Range[900],SquareFreeQ[#]&&First[IntegerDigits[#]]==8&]  (* Harvey P. Dale, Feb 22 2011 *)
  • PARI
    is(n)=n>81 && digits(n)[1]==8 && issquarefree(n) \\ Charles R Greathouse IV, Nov 05 2017

Extensions

More terms from Sascha Kurz, Jan 28 2003
Definition clarified by Harvey P. Dale, Feb 22 2011