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!)
A157485 Numbers k such that k-+1 are divisible by exactly 5 primes, counted with multiplicity. 4
271, 593, 701, 751, 919, 1169, 1241, 1639, 1649, 1673, 1711, 1751, 2071, 2311, 2393, 2549, 2551, 2609, 2729, 2861, 2863, 2897, 2899, 3185, 3331, 3569, 3631, 3823, 3849, 3851, 3943, 3977, 4231, 4265, 4649, 4663, 5071, 5081, 5237, 5239, 5391, 5551, 5561, 5585, 5741 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
q=5; lst={}; Do[If[Plus@@Last/@FactorInteger[n-1]==q&&Plus@@Last/@FactorInteger[n+1]==q, AppendTo[lst, n]], {n, 7!}]; lst
Select[Range[6000], PrimeOmega[#+{1, -1}]=={5, 5}&] (* Harvey P. Dale, Jun 05 2021 *)
Mean/@SequencePosition[PrimeOmega[Range[6000]], {5, _, 5}] (* Harvey P. Dale, Oct 19 2023 *)
PROG
(PARI) is(k) = bigomega(k-1)==5 && bigomega(k+1)==5; \\ Jinyuan Wang, Mar 22 2020
CROSSREFS
Sequence in context: A142637 A288881 A245969 * A038655 A108835 A185668
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Jinyuan Wang, Mar 22 2020
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)