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!)
A267422 Largest prime factor of the largest squarefree practical number comprising n prime factors. 1

%I #20 Jun 04 2023 09:09:21

%S 2,3,13,167,28219,796481281,634382430983400959,

%T 402441068740409482305343048128921493,

%U 161958813808922990180784918278423278413890512706478208244331277280870341

%N Largest prime factor of the largest squarefree practical number comprising n prime factors.

%C The prime factors of the largest squarefree practical number with n prime factors are the first n members of a(n). The largest squarefree practical number with 3 prime factors is 78 = 2*3*13 and the largest squarefree practical number with 5 prime factors is 367580694 = 2*3*13*167*28219, etc.

%C Because all primorial numbers (A002110) are practical, the prime factors of the smallest squarefree practical number with n prime factors are the first n members of the primes. Hence the smallest squarefree practical number with n prime factors is A002110(n). - _Frank M Jackson_, May 29 2023

%H Frank M Jackson, <a href="/A267422/b267422.txt">Table of n, a(n) for n = 1..15</a>

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Practical_number">Practical number</a> and <a href="http://en.wikipedia.org/wiki/Squarefree_integer">Squarefree integer</a>

%e a(3) = 13 because there are only 4 squarefree practical numbers with 3 prime factors, namely 2*3*5 = 30, 2*3*7 = 42, 2*3*11 = 66 and 2*3*13 = 78. So 78 is the largest squarefree practical number with 3 prime factors and the largest prime factor is 13.

%t lst={2}; Do[If[PrimeQ[f=DivisorSigma[1, Apply[Times, lst]]+1], AppendTo[lst, f], AppendTo[lst, NextPrime[f, -1]]], {8}]; lst

%t lst={2}; Do[AppendTo[lst, NextPrime[Times@@(#+1)&[lst]+2, -1]], {12}]; lst (* _Frank M Jackson_, May 29 2023 *)

%Y Cf. A002110, A005117, A005153, A265501.

%K nonn,more

%O 1,1

%A _Frank M Jackson_, Jan 14 2016

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 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)