The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085131 Multiples of 8 which are members of A002473. Or multiples of 8 with the largest prime divisor < 10. 8

%I #9 Oct 22 2017 09:59:10

%S 8,16,24,32,40,48,56,64,72,80,96,112,120,128,144,160,168,192,200,216,

%T 224,240,256,280,288,320,336,360,384,392,400,432,448,480,504,512,560,

%U 576,600,640,648,672,720,768,784,800,840,864,896,960,1000,1008,1024

%N Multiples of 8 which are members of A002473. Or multiples of 8 with the largest prime divisor < 10.

%H Harvey P. Dale, <a href="/A085131/b085131.txt">Table of n, a(n) for n = 0..1000</a>

%t Select[8*Range[200],FactorInteger[#][[-1,1]]<10&] (* _Harvey P. Dale_, Oct 22 2017 *)

%Y Cf. A085125, A085126, A085127, A085128, A085129, A080194, A085132.

%K base,easy,nonn

%O 0,1

%A _Amarnath Murthy_, Jul 06 2003

%E More terms from _David Wasserman_, Jan 28 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 7 11:24 EDT 2024. Contains 373172 sequences. (Running on oeis4.)