The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A103893 Number of distinct prime factors of prime(n)! / prime(n)# + 1. 2

%I #26 Jan 21 2024 02:22:58

%S 1,1,1,1,2,3,3,4,2,3,2,4,4,5,3,2,3,4,6,5,5,5,5,6,5,4,5,3,7,5,5,8,5

%N Number of distinct prime factors of prime(n)! / prime(n)# + 1.

%C Also the number of distinct prime factors of the P_n-th compositorial.

%C a(31) > 4 and its composite part is a 155-digit number.

%C a(34) >= 4. - _Amiram Eldar_, Jan 21 2024

%H Dario Alejandro Alpern, <a href="https://www.alpertron.com.ar/ECM.HTM">Factorization using the Elliptic Curve Method</a>.

%H Factordb.com, <a href="http://factordb.com/index.php?query=139%21%2F139%23%2B1">Status of 139!/139#+1</a>.

%H Hisanori Mishimar, <a href="https://www.asahi-net.or.jp/~KC2H-MSM/mathland/matha1/compo_p.htm">Compositorial + 1 (n = 4 to 150)</a>.

%H Reinhard Zumkeller, <a href="/A103890/a103890.txt">prime(n)!/prime(n)#+1</a>.

%F a(n) = A001221(A103890(n)).

%t bigomega[n_Integer] := Plus @@ Last /@ FactorInteger[n]; f[n_] := Prime[n]!/Product[Prime[i], {i, n}] + 1; Table[ f[n], {n, 27}] (* _Robert G. Wilson v_, Mar 11 2005 *)

%Y Cf. A001221, A103858, A103890.

%K nonn,more

%O 1,5

%A _Reinhard Zumkeller_, Feb 20 2005

%E Corrected and extended by _Robert G. Wilson v_, Mar 12 2005

%E a(31)-a(33) using factordb.com added by _Amiram Eldar_, Jan 21 2024

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 June 4 22:04 EDT 2024. Contains 373102 sequences. (Running on oeis4.)