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!)
A052289 Numbers n such that n!*2^n + n + 1 = A000165(n) + n + 1 is prime. 1
0, 2, 4, 12, 18, 36 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For comparison, A000165(n)+1 is prime for n = 0, 1, 259, 16708, 18655,... (A256594).
a(6) > 25000, if it exists. - Giovanni Resta, Jun 01 2018
LINKS
EXAMPLE
n=4, 2^4*4! + 4 + 1 = 389 is prime.
MATHEMATICA
Select[Range[100], PrimeQ[#! 2^# + # + 1] &] (* Giovanni Resta, May 31 2018 *)
CROSSREFS
Sequence in context: A064407 A309519 A198392 * A309547 A309552 A309626
KEYWORD
nonn,more
AUTHOR
Labos Elemer, Feb 08 2000
EXTENSIONS
a(1)=0 inserted by Sean A. Irvine, Nov 03 2021
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)