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!)
A141484 Numbers k such that prime(k)^2 + k! is prime. 0
1, 2, 3, 4, 5, 13, 14, 18, 32, 48, 49, 275, 1423, 1750, 4896 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
lst={}; Do[p=Prime[n]; If[PrimeQ[p^2+n! ], AppendTo[lst, n]], {n, 3*10^2}]; lst (* Vladimir Joseph Stephan Orlovsky, Sep 08 2008 *)
Select[Range[280], PrimeQ[Prime[#]^2+#!]&] (* Harvey P. Dale, Apr 24 2018 *)
PROG
(PARI) j=[]; for(n=1, 300, if(isprime(prime(n)^2+n!), j=concat(j, n))); j
CROSSREFS
Sequence in context: A101546 A026471 A039039 * A175303 A057158 A138986
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
Offset changed to 1 by and a(13)-a(14) from Jinyuan Wang, Apr 10 2020
a(15) from Michael S. Branicky, Apr 25 2023
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 May 5 17:32 EDT 2024. Contains 372277 sequences. (Running on oeis4.)