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!)
Search: a273598 -id:a273598
Displaying 1-3 of 3 results found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A273599 Numbers k such that (11^k - 7^k)/4 is prime. +10
3
5, 19, 67, 107, 593, 757, 1801, 2243, 2383, 6043, 10181, 11383, 15629 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are prime.
The corresponding primes: 36061, 15286922888307293287, 1483371444025889427763765389467527889556636442659800720575790059738807, ...
LINKS
MATHEMATICA
Select[Range[1, 10000], PrimeQ[(11^# - 7^#)/4] &]
PROG
(PARI) for(n=1, 10000, if(isprime((11^n - 7^n)/4), print1(n, ", ")))
CROSSREFS
KEYWORD
nonn,more,hard
AUTHOR
STATUS
approved
A273600 Numbers n such that (11^n - 8^n)/3 is prime. +10
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
KEYWORD
nonn,more,hard
AUTHOR
STATUS
approved
A273601 Numbers n such that (11^n - 9^n)/2 is prime. +10
3
5, 31, 271, 929, 2789, 4153 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are prime.
The corresponding primes: 51001, 95780952266636767336259095696501, ...
LINKS
MATHEMATICA
Select[Range[1, 10000], PrimeQ[(11^# - 9^#)/2] &]
PROG
(PARI) for(n=1, 10000, if(isprime((11^n - 9^n)/2), print1(n, ", ")))
CROSSREFS
KEYWORD
nonn,more,hard
AUTHOR
STATUS
approved
page 1

Search completed in 0.004 seconds

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 September 2 08:20 EDT 2024. Contains 375604 sequences. (Running on oeis4.)