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!)
A338525 Numbers k such that (11^k + 6^k)/17 is prime. 0
5, 7, 107, 383, 17359, 21929, 26393 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are prime.
The corresponding primes are 9931, 1162771, ...
LINKS
Wikipedia, Mersenne prime
MATHEMATICA
Select[Range[1, 10000], PrimeQ[(11^# + 6^#)/17] &]
PROG
(PARI) for(n=1, 10000, if(isprime((11^n + 6^n)/17), print1(n, ", ")))
(Magma) [n: n in [1..10000] |IsPrime((11^n + 6^n)/17)]
CROSSREFS
Sequence in context: A292847 A088270 A259496 * A267586 A224507 A065927
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 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)