A085131 Multiples of 8 which are 7-smooth.
8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 96, 112, 120, 128, 144, 160, 168, 192, 200, 216, 224, 240, 256, 280, 288, 320, 336, 360, 384, 392, 400, 432, 448, 480, 504, 512, 560, 576, 600, 640, 648, 672, 720, 768, 784, 800, 840, 864, 896, 960, 1000, 1008, 1024
Offset: 1
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
Select[8*Range[200],FactorInteger[#][[-1,1]]<10&] (* Harvey P. Dale, Oct 22 2017 *)
Formula
Extensions
More terms from David Wasserman, Jan 28 2005
Offset changed by Andrew Howroyd, Sep 22 2024
Comments