Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #2 Dec 05 2013 19:55:20
%S 1,2,6,12,60,180,1260,5040,15120,75600,831600,4989600,64864800,
%T 454053600,2270268000,18162144000,308756448000,2778808032000,
%U 52797352608000,527973526080000,3695814682560000,40653961508160000
%N a(1) = 1, a(n) = a(n-1) times largest nontrivial divisor if n is composite.
%C a(n) = n*a(n-1) if n is a prime.
%e a(6)= 180 hence a(7) = 7*180 = 1260.
%Y Cf. A072486.
%K nonn
%O 1,2
%A _Amarnath Murthy_, Jul 13 2002
%E More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 25 2003