login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A085131
Multiples of 8 which are 7-smooth.
8
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,1
COMMENTS
Equivalently, multiples of 8 with the largest prime divisor < 10.
LINKS
FORMULA
From Amiram Eldar, Sep 22 2024: (Start)
a(n) = 8*A002473(n).
Sum_{n>=1} 1/a(n) = 35/64. (End)
MATHEMATICA
Select[8*Range[200], FactorInteger[#][[-1, 1]]<10&] (* Harvey P. Dale, Oct 22 2017 *)
CROSSREFS
Intersection of A008590 and A002473.
Sequence in context: A008590 A186544 A061824 * A178735 A043421 A028438
KEYWORD
easy,nonn
AUTHOR
Amarnath Murthy, Jul 06 2003
EXTENSIONS
More terms from David Wasserman, Jan 28 2005
Offset changed by Andrew Howroyd, Sep 22 2024
STATUS
approved