Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #6 Dec 05 2013 19:56:51
%S 1,2,6,30,21,132,3003,51051,285285,13399386,1983580599,308476470621,
%T 4664762967711,48285399661224,1815318072406212,99924007282353507,
%U 3738372398312278947,442424606197031564007,42728372978287991878884
%N a(1) = 1, a(n+1) = prime(n)*Digit reversal of a(n).
%t Transpose[NestList[{First[#]+1,Prime[First[#]]FromDigits[Reverse[ IntegerDigits[Last[#]]]]}&,{1,1},25]][[2]] (* _Harvey P. Dale_, Mar 02 2012 *)
%Y Cf. A095197.
%K base,nonn
%O 1,2
%A _Amarnath Murthy_, Jun 05 2004
%E Corrected and extended by _Rick L. Shepherd_, Jun 07 2004