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!)
A272345 Numbers n such that 8^n-7^(n-1) is prime. 1
1, 3, 5, 29, 41, 83, 471, 725, 1277, 10271, 15069, 97731 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(13) > 10^5.
LINKS
EXAMPLE
5 is a member since 8^5 - 7^4 = 32768 - 2401 = 30367 which is a prime number.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[8^# - 7^(# - 1)] &]
PROG
(PARI) is(n)=ispseudoprime(8^n-7^(n-1)) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A361085 A141578 A327748 * A356147 A364762 A346659
KEYWORD
nonn,more
AUTHOR
Robert Price, Apr 26 2016
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 9 09:08 EDT 2024. Contains 373239 sequences. (Running on oeis4.)