The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A273403 Numbers k such that (10^k - 7^k)/3 is prime. 0
2, 31, 103, 617, 10253, 10691, 35353, 129587, 556441 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are prime.
The corresponding primes: 17, 3333280741539321718064461652419, ...
LINKS
Jon Grantham and Andrew Granville, Fibonacci primes, primes of the form 2^n-k and beyond, arXiv:2307.07894 [math.NT], 2023.
MATHEMATICA
Select[Range[1, 10000], PrimeQ[(10^# - 7^#)/3] &]
PROG
(PARI) for(n=1, 10000, if(isprime((10^n - 7^n)/3), print1(n, ", ")))
CROSSREFS
Sequence in context: A243472 A336788 A107170 * A291052 A267888 A229014
KEYWORD
nonn,more,hard
AUTHOR
EXTENSIONS
a(7)-a(9) from Jon Grantham, Jul 29 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 June 6 12:26 EDT 2024. Contains 373128 sequences. (Running on oeis4.)