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.

A161835 Numbers k whose largest divisor <= sqrt(k) is 5.

Original entry on oeis.org

25, 30, 35, 40, 45, 50, 55, 65, 75, 85, 95, 115, 125, 145, 155, 185, 205, 215, 235, 265, 295, 305, 335, 355, 365, 395, 415, 445, 485, 505, 515, 535, 545, 565, 635, 655, 685, 695, 745, 755, 785, 815, 835, 865, 895, 905, 955, 965, 985, 995, 1055, 1115, 1135, 1145, 1165, 1195
Offset: 1

Views

Author

Omar E. Pol, Jun 20 2009

Keywords

Comments

See A161344 for more information. - Omar E. Pol, Jul 05 2009

Crossrefs

Programs

  • Mathematica
    Select[Range[1, 1000], Function[m, Max[Select[Divisors[m], # <= Sqrt[m] &]] == 4]] (* Ashton Baker, Nov 03 2013 *)
  • PARI
    is(n)=divisors(n)[(numdiv(n)+1)\2]==5 \\ - M. F. Hasler, Nov 03 2013

Formula

Numbers k such that A033676(k)=5. - Omar E. Pol, Jul 05 2009

Extensions

Definition and more terms added by R. J. Mathar, Jun 28 2009