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!)
A119739 Numbers k such that 7^k + 3 is semiprime. 0
1, 3, 31, 47, 83, 1255, 39015 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Or (7^k + 3)/2 is prime.
a(7) > 18000. - Jinyuan Wang, Mar 04 2020
a(8) > 120000. - Tyler Busby, Feb 12 2023
LINKS
EXAMPLE
7^1 + 3 = 19 = 2*5,
7^3 + 3 = 346 = 2*173,
7^31 + 3 = 2*78887691017422903307521373,
7^47 + 3 = 2*2621669158378151817230729359430975727773,
7^83 + 3 = 2*6951960974910262341699296037696359556850100616048572362472005937832173.
MATHEMATICA
Do[ If[ PrimeQ[(7^n + 3)/2], Print@n], {n, 1, 11501, 2}] (* Robert G. Wilson v, Jun 14 2006 *)
PROG
(PARI) is(k) = ispseudoprime((7^k+3)/2); \\ Jinyuan Wang, Mar 04 2020
CROSSREFS
Sequence in context: A078330 A107210 A256473 * A163579 A290401 A341928
KEYWORD
nonn,more,less
AUTHOR
Zak Seidov, Jun 14 2006
EXTENSIONS
a(6) from Robert G. Wilson v, Jun 14 2006
a(7) from Tyler Busby, Feb 12 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 April 23 05:16 EDT 2024. Contains 371906 sequences. (Running on oeis4.)