|
Search: id:A054988
|
|
|
| A054988 |
|
Number of prime divisors of 1 + (product of first n primes). |
|
+0 8
|
|
| 1, 1, 1, 1, 1, 2, 3, 2, 2, 3, 1, 3, 3, 2, 3, 4, 4, 2, 2, 4, 2, 3, 2, 4, 3, 2, 4, 4, 3, 3, 5, 3, 6, 2, 3, 2, 5, 4, 4, 2, 6, 3, 4
(list; graph; listen)
|
|
|
OFFSET
|
1,6
|
|
|
LINKS
|
Hisanori Mishima, Factorizations of many number sequences
R. G. Wilson v, Explicit factorizations
|
|
EXAMPLE
|
a(6)=2 because 2*3*5*7*11*13+1 = 30031 = 59 * 509
|
|
MATHEMATICA
|
a[q_] := Module[{x, n}, x=FactorInteger[Product[Table[Prime[i], {i, q}][[j]], {j, q}]+1]; n=Length[x]; Sum[Table[x[[i]][[2]], {i, n}][[j]], {j, n}]]
|
|
CROSSREFS
|
Cf. A000040 (prime numbers), A001359 (twin primes). Also A054989, A054990, A054991, A054992.
Adjacent sequences: A054985 A054986 A054987 this_sequence A054989 A054990 A054991
Sequence in context: A072814 A128049 A104543 this_sequence A143393 A085239 A126014
|
|
KEYWORD
|
nonn,hard
|
|
AUTHOR
|
Arne Ring (arne.ring(AT)epost.de), May 30 2000
|
|
EXTENSIONS
|
More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 24 2001
|
|
|
Search completed in 0.002 seconds
|