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!)
A092967 Largest prime of the form a squarefree number + 1 where the prime divisors of the squarefree number are < n. 2
2, 3, 7, 7, 31, 31, 211, 211, 211, 211, 2311, 2311, 6007, 6007, 6007, 6007, 102103, 102103, 3233231, 3233231, 3233231, 3233231, 17160991 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)-1 has prime(n)-1 divisors. Subsidiary sequence: Number of primes of the form 2*p*q*r*...+1 where p, q, r, etc. are distinct odd primes < n.
LINKS
EXAMPLE
a(13) = 6007 = 2*3*7*11*13 + 1, as 2*5*7*11*13 + 1, etc. are composite.
MATHEMATICA
<<DiscreteMath`; <<NumberTheory`; Do[l = Select[Map[Times @@ #&, Subsets[Range[n]]], SquareFreeQ]; Print[Max[Select[Map[ #+1&, l], PrimeQ]]], {n, 1, 30}] (* Ryan Propper, Aug 13 2005 *)
CROSSREFS
Sequence in context: A104138 A281909 A083809 * A056431 A281947 A199466
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Mar 26 2004
EXTENSIONS
More terms from Ryan Propper, Aug 13 2005
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 27 23:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)