login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A176943
Primes of the form 43^n+10^n
0
2, 53, 1949, 3428801
OFFSET
1,1
COMMENTS
No additional terms up through n=1500, a number with 2451 digits. - Harvey P. Dale, Jan 26 2025
MATHEMATICA
Select[Table[43^n+10^n, {n, 0, 10}], PrimeQ] (* Harvey P. Dale, Jan 26 2025 *)
PROG
(Magma) [ a: n in [0..1100] | IsPrime(a) where a is 43^n+10^n ]
CROSSREFS
Sequence in context: A265441 A354406 A119777 * A176946 A265443 A234603
KEYWORD
nonn,changed
AUTHOR
Vincenzo Librandi, Apr 30 2010
STATUS
approved