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!)
A139092 a(n) = number of distinct prime divisors of (9+prime(n)!)/9. 4
3, 3, 2, 2, 2, 3, 2, 3, 4, 4, 5, 3, 3, 6, 5, 2, 3, 4, 3, 3, 4, 4, 4, 3, 7, 3, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,1
COMMENTS
Conjecture: all prime divisors in A139089 are distinct
a(31) >= 4. - Amiram Eldar, Feb 13 2020
LINKS
FORMULA
a(n) = A001221(A139089(n)). - Amiram Eldar, Feb 13 2020
MATHEMATICA
a = {}; Do[w = (Prime[n]! + 9)/9; AppendTo[a, w], {n, 4, 16}]; a
PrimeNu[(9+Prime[Range[4, 25]]!)/9] (* Harvey P. Dale, Jul 25 2019 *)
CROSSREFS
Sequence in context: A133884 A065775 A096837 * A366424 A021305 A075788
KEYWORD
nonn,more
AUTHOR
Artur Jasinski, Apr 08 2008
EXTENSIONS
More terms from Jon E. Schoenfield, Jul 16 2010
a(23)-a(30) using factordb.com from Amiram Eldar, Feb 13 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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)