OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
Chris Caldwell, The First 1,008 Twin Primes.
EXAMPLE
5^3 = 125 and so the number of digits is 3 - which is the first term in the series.
MATHEMATICA
IntegerLength[#[[2]]^#[[1]]]&/@Select[Partition[Prime[Range[200]], 2, 1], #[[2]]- #[[1]] ==2&] (* Harvey P. Dale, Dec 10 2015 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Apr 01 2005
STATUS
approved