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!)
A273600 Numbers n such that (11^n - 8^n)/3 is prime. 3
2, 7, 11, 17, 37, 521, 877, 2423 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are prime.
The corresponding primes: 19, 5796673, 92240578673, 167731742895202841, 113345629904382710526197539019199125641, ...
LINKS
MATHEMATICA
Select[Range[1, 10000], PrimeQ[(11^# - 8^#)/3] &]
PROG
(PARI) for(n=1, 10000, if(isprime((11^n - 8^n)/3), print1(n, ", ")))
CROSSREFS
Sequence in context: A165810 A109417 A045372 * A103776 A260889 A289994
KEYWORD
nonn,more,hard
AUTHOR
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)