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!)
A285433 Integers m such that m-k is the product of k+1 primes for k=0..6. 0
305778479, 306748679, 1067113823, 2837965199, 4533292679, 8345667119, 12120181079, 12148200719, 13765945199, 13949792159, 14404208279, 16237621679, 18147459479, 18780179879, 19542401339, 19662679679, 20045705819, 20383699199, 22383737879, 24039703967, 24405534719 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(1) = 305778479 = A093552(7). All terms are congruent to 5 mod 6.
a(21) = 24405534719 = A093552(8).
LINKS
PROG
(PARI) isok(m) = for (k=0, 6, if (bigomega(m-k) != k+1, return(0)); ); return(1); \\ Michel Marcus, Nov 20 2022
CROSSREFS
Sequence in context: A289908 A182990 A022219 * A104965 A251807 A184671
KEYWORD
nonn
AUTHOR
Zak Seidov, Apr 18 2017
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 24 19:59 EDT 2024. Contains 371963 sequences. (Running on oeis4.)