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!)
A124941 Numbers n such that n and n+4 are 4-almost primes. 5
36, 56, 84, 100, 132, 136, 152, 228, 340, 344, 372, 376, 472, 484, 488, 532, 546, 564, 568, 580, 621, 632, 686, 708, 770, 804, 808, 820, 846, 852, 856, 868, 872, 950, 1012, 1192, 1204, 1206, 1208, 1274, 1304, 1326, 1336, 1444, 1524, 1550, 1572, 1576, 1690 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
EXAMPLE
36=2^2*3^2, 40=2^3*5; 56=2^3*7, 60=2^2*3*5.
PROG
(PARI) isok(n) = (bigomega(n) == 4) && (bigomega(n+4) == 4); \\ Michel Marcus, Oct 11 2013
CROSSREFS
Sequence in context: A242343 A243540 A336384 * A116321 A187989 A080469
KEYWORD
nonn
AUTHOR
Zak Seidov, Nov 13 2006
STATUS
approved

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 September 1 12:47 EDT 2024. Contains 375591 sequences. (Running on oeis4.)