%I #14 Mar 30 2012 18:51:46
%S 2,39,625,10008,160130,2562088,40993409,655894552,10494312834,
%T 167909005352,2686544085636,42984705370181,687755285922905,
%U 11004084574766480,176065353196263684,2817045651140218949,45072730418243503186,721163686691896050979
%N Digits of E read in decimal as if written in hexadecimal.
%C Take n digits of E and read them as hexadecimal digits.
%e 2718 read as hexadecimal number is 10008 in decimal, so a(4) is 10008.
%t With[{de=RealDigits[E,10,100][[1]]},Table[FromDigits[Take[de,n],16],{n,30}]]
%Y Cf. A208935, A208458.
%K nonn,base
%O 1,1
%A _Harvey P. Dale_, Mar 11 2012