|
Search: id:A136349
|
|
|
| A136349 |
|
Numbers n of the form product( prime(i), i=1..k) such that n-1 is prime. |
|
+0 10
|
|
| 6, 30, 2310, 30030, 304250263527210, 23768741896345550770650537601358310, 19361386640700823163471425054312320082662897612571563761906962414215012369856637\ 179096947335243680669607531475629148240284399976570
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Next term is too large to be included: see A006794. - M. F. Hasler, May 02 2008
This sequence is different from A121069 and A002110.
Compute the product of k consecutive sequences of prime factors 2,3,5,7,etc. where k=1,2,3,4,5,etc. Where N is preceded by prime N-1 add N to the sequence.
|
|
FORMULA
|
a(n) = A057705(n) + 1 = A034386( A006794(n) ). - M. F. Hasler, May 02 2008
|
|
EXAMPLE
|
a(3)=30 where the prime factors are 2,3,5; since N-1=29, prime, N=30 is added to the sequence.
|
|
PROGRAM
|
(PARI) c=0; t=1; vector(7, n, until( ispseudoprime( -1+t*=prime(c++)), ); t)
|
|
CROSSREFS
|
Cf. A136350 A136351 A136352 A002110 A121069.
Adjacent sequences: A136346 A136347 A136348 this_sequence A136350 A136351 A136352
Sequence in context: A130075 A066388 A088256 this_sequence A119411 A036285 A101340
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Enoch Haga (Enokh(AT)comcast.net), Dec 25 2007
|
|
EXTENSIONS
|
Edited by M. F. Hasler (www.univ-ag.fr/~mhasler), May 02 2008, May 30 2008
|
|
|
Search completed in 0.002 seconds
|