OFFSET
1,2
COMMENTS
List of pairs: (number of digits of prime(n), digits of prime(n)).
As a decimal number this is 0.12131517211213217219223....
MATHEMATICA
Flatten[{IntegerLength[#], IntegerDigits[#]}&/@Prime[Range[50]]] (* Harvey P. Dale, Jul 12 2011 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Ryan B. Florence (rflorence2004(AT)yahoo.com), Feb 01 2005
STATUS
approved