login
Total number of palindromic primes in base 4 with n digits.
1

%I #8 Dec 27 2015 23:29:25

%S 2,1,3,0,10,0,29,0,97,0,293,0,982,0,3385,0,11631,0,41375,0,152900,0,

%T 541525,0,1996031,0,7463249,0,27801721,0,102404054,0

%N Total number of palindromic primes in base 4 with n digits.

%C Every palindrome with an even number of digits is divisible by 11 (in base 4) and therefore is composite (not prime). Hence there is only one palindromic prime with an even number of digits.

%H Eric Weisstein: <a href="http://mathworld.wolfram.com/PalindromicPrime.html">Palindromic Prime</a>.

%Y Cf. A029972, A117699.

%K nonn,base

%O 1,1

%A _Martin Renner_, Apr 15 2006

%E a(13)-a(32) from _Chai Wah Wu_, Dec 27 2015