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!)
A100605 Numbers k such that (prime(k)-1)! + prime(k)^2 is prime. 2
1, 2, 4, 10, 26 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
k = {1, 2, 4, 10, 26} yields primes p(k) = {2, 3, 7, 29, 101}. There are no more such k up to k=100. Verified by Ray Chandler.
a(6) > 750. - Jinyuan Wang, Apr 10 2020
a(5) > 2500. - Michael S. Branicky, Jul 02 2024
LINKS
FORMULA
Numbers k such that (prime(k)-1)! + prime(k)^2 is prime, where prime(k) is the k-th prime.
EXAMPLE
a(3) = 4 because (prime(4)-1)! + prime(4)^2 = (7-1)! + 7^2 = 720 + 49 = 769 is prime and is the 3rd such prime of that form.
PROG
(PARI) is(k) = ispseudoprime((prime(k)-1)! + prime(k)^2); \\ Jinyuan Wang, Apr 10 2020
CROSSREFS
Sequence in context: A111564 A350507 A007021 * A247395 A183947 A154322
KEYWORD
nonn,hard,more
AUTHOR
Jonathan Vos Post, Nov 30 2004
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 September 13 22:05 EDT 2024. Contains 375910 sequences. (Running on oeis4.)