cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A122719 Primes p such that (2p)!! - 1 is prime.

This page as a plain text file.
%I A122719 #8 Nov 27 2013 09:50:27
%S A122719 2,3,13,41,59,97,107,421,1663,22159
%N A122719 Primes p such that (2p)!! - 1 is prime.
%C A122719 a(n) are the primes from A091415[n] = {2,3,4,8,13,32,41,45,59,97,107,364,421,...} Numbers n such that n!*2^n - 1 is prime. Corresponding primes of the form (2p)!! - 1 are {3,5,270269,26226140915375977206881249, 58431212742946338570036120182498518593749,...}
%C A122719 No other terms up to 3000. - _Stefan Steinerberger_, Sep 09 2007
%t A122719 Select[Prime[Range[651]],PrimeQ[(2#)!!-1]&]
%Y A122719 Cf. A007749, A117141, A091415.
%K A122719 hard,more,nonn
%O A122719 1,1
%A A122719 _Alexander Adamchuk_, Sep 23 2006
%E A122719 a(9) from _Stefan Steinerberger_, Sep 09 2007
%E A122719 a(10) from _Robert Price_, Nov 26 2013