[go: up one dir, main page]

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!)
A073715 Prime preceding the n-th Mersenne prime. 4
2, 5, 29, 113, 8179, 131063, 524269, 2147483629, 2305843009213693921, 618970019642690137449562091, 162259276829213363391578010287957, 170141183460469231731687303715884105703 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = prime(primepi(A000668(n))-1).
From Amiram Eldar, Aug 10 2024: (Start)
a(n) = A151799(A000668(n)).
a(n) = A000668(n) - A365161(n). (End)
MATHEMATICA
NextPrime[Select[2^Prime[Range[50]] - 1, PrimeQ], -1] (* Jayanta Basu, Jul 08 2013 *)
Table[NextPrime[2^MersennePrimeExponent[n] - 1, -1], {n, 1, 12}] (* Amiram Eldar, Aug 10 2024 *)
CROSSREFS
Sequence in context: A057794 A357199 A257545 * A104083 A257163 A327765
KEYWORD
nonn,hard
AUTHOR
Labos Elemer, Aug 05 2002
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 August 29 18:55 EDT 2024. Contains 375518 sequences. (Running on oeis4.)