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!)
A176936 Primes of the form 13^k + 10^k. 0
2, 23, 269, 38561, 675416609183179841 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No further terms up to k = 10000. - Harvey P. Dale, Jan 23 2011
If 13^k + 10^k is prime and k > 0, then k must be of the form 2^t. Because 13^k + 10^k is divisible by 13^m + 10^m, where m = A006519(k) and k > 0. Thus a(6) > 13^2^16 + 10^2^16. - Jinyuan Wang, May 31 2020
LINKS
MATHEMATICA
Select[Table[13^n+10^n, {n, 10000}], PrimeQ] (* Harvey P. Dale, Jan 23 2011 *)
PROG
(Magma) [ a: n in [0..1500] | IsPrime(a) where a is 13^n+10^n ]
CROSSREFS
Cf. A176940.
Sequence in context: A083427 A083470 A064110 * A126040 A354419 A367677
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Apr 29 2010
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 May 1 23:54 EDT 2024. Contains 372178 sequences. (Running on oeis4.)