login
a(n+1) = a(n) converted to base 10 from base 14.
2

%I #6 Nov 21 2013 12:47:24

%S 10,14,18,22,30,42,58,78,106,202,394,718,1394,3462,9102,24894,89506,

%T 333010,1736966,11427870,115192042,1619739354,29692865822,

%U 774281794358,30458189497450,2398956531470254,352107219881806722,102686460519364138762

%N a(n+1) = a(n) converted to base 10 from base 14.

%t NestList[FromDigits[IntegerDigits[#],14]&,10,30] (* _Harvey P. Dale_, Sep 11 2011 *)

%Y Cf. A055984, A055986.

%K base,nonn

%O 0,1

%A _Henry Bottomley_, Jun 01 2000

%E More terms from Harvey P. Dale, Sep 11 2011