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!)
A057705 Primorial primes: primes p such that p+1 is a primorial number (A002110). 21
5, 29, 2309, 30029, 304250263527209, 23768741896345550770650537601358309, 19361386640700823163471425054312320082662897612571563761906962414215012369856637179096947335243680669607531475629148240284399976569 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Chris K. Caldwell's The Top Twenty, Primorial.
FORMULA
a(n) = A002110(A057704(n)) - 1.
MATHEMATICA
Select[FoldList[Times, 1, Prime[Range[70]]], PrimeQ[# - 1] &] - 1 (* Harvey P. Dale, Jan 27 2014 *)
PROG
(Haskell)
a057705 n = a057705_list !! (n-1)
a057705_list = filter ((== 1) . a010051) a057588_list
-- Reinhard Zumkeller, Mar 27 2013
CROSSREFS
See A006794 and A057704 (the main entries for this sequence) for more terms.
Subsequence of A057588.
Sequence in context: A057208 A175905 A057706 * A237188 A371347 A086720
KEYWORD
nonn,nice
AUTHOR
Labos Elemer, Oct 24 2000
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 June 29 21:48 EDT 2024. Contains 373855 sequences. (Running on oeis4.)