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!)
A124940 Numbers n such that n and n+3 are 3-almost primes. 5
27, 42, 63, 75, 99, 102, 114, 171, 172, 242, 255, 258, 279, 282, 322, 354, 363, 366, 385, 399, 423, 425, 426, 435, 452, 474, 531, 575, 595, 602, 603, 606, 615, 639, 642, 651, 654, 665, 722, 759, 772, 830, 844, 894, 903, 906, 932, 935, 978 (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
27=3*3*3, 30=2*3*5; 42=2*3*7, 45=3*3*5.
PROG
(PARI) isok(n) = (bigomega(n) == 3) && (bigomega(n+3) == 3); \\ Michel Marcus, Oct 11 2013
CROSSREFS
Sequence in context: A117103 A217008 A355903 * A272829 A306118 A114446
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 April 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)