[go: up one dir, main page]

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!)
Revision History for A014612 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A014612 Numbers that are the product of exactly three (not necessarily distinct) primes.
(history; published version)
#147 by Joerg Arndt at Sat Aug 17 01:32:33 EDT 2024
STATUS

reviewed

approved

#146 by Michel Marcus at Sat Aug 17 00:29:41 EDT 2024
STATUS

proposed

reviewed

#145 by Chai Wah Wu at Sat Aug 17 00:27:43 EDT 2024
STATUS

editing

proposed

#144 by Chai Wah Wu at Sat Aug 17 00:27:30 EDT 2024
PROG

from math import isqrt

return m # Chai Wah Wu, Aug 17 2024

#143 by Chai Wah Wu at Sat Aug 17 00:27:00 EDT 2024
PROG

(Python)

from sympy import primepi, primerange, integer_nthroot

def A014612(n):

def f(x): return int(n+x-sum(primepi(x//(k*m))-b for a, k in enumerate(primerange(integer_nthroot(x, 3)[0]+1)) for b, m in enumerate(primerange(k, isqrt(x//k)+1), a)))

m, k = n, f(n)

while m != k:

m, k = k, f(k)

return m # Chai Wah Wu, Aug 17 2024

STATUS

approved

editing

#142 by Alois P. Heinz at Mon Mar 07 13:26:04 EST 2022
STATUS

proposed

approved

#141 by Michel Marcus at Mon Mar 07 13:20:21 EST 2022
STATUS

editing

proposed

#140 by Michel Marcus at Mon Mar 07 13:20:14 EST 2022
PROG

(PARI) isA014612(n)=bigomega(n)==3 \\ Charles R Greathouse IV, May 07, 2011

STATUS

approved

editing

#139 by Michel Marcus at Thu Aug 12 05:05:09 EDT 2021
STATUS

reviewed

approved

#138 by Joerg Arndt at Thu Aug 12 04:52:43 EDT 2021
STATUS

proposed

reviewed

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 August 29 09:16 EDT 2024. Contains 375511 sequences. (Running on oeis4.)