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!)
A273601 Numbers n such that (11^n - 9^n)/2 is prime. 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
Sequence in context: A177453 A346405 A259787 * A218679 A296967 A347416
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 July 12 16:40 EDT 2024. Contains 374251 sequences. (Running on oeis4.)