cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A161466 Divisors of 10!.

This page as a plain text file.
%I A161466 #23 Aug 27 2015 23:47:11
%S A161466 1,2,3,4,5,6,7,8,9,10,12,14,15,16,18,20,21,24,25,27,28,30,32,35,36,40,
%T A161466 42,45,48,50,54,56,60,63,64,70,72,75,80,81,84,90,96,100,105,108,112,
%U A161466 120,126,128,135,140,144,150,160,162,168,175,180,189,192,200,210,216,224
%N A161466 Divisors of 10!.
%C A161466 Finite subsequence of A002473, the 7-smooth numbers;
%C A161466 10! = A000142(10) = 3628800;
%C A161466 tau(3628800) = A000005(3628800) = 270;
%C A161466 last term: a(270) = 3628800.
%C A161466 A027423(10) = 270; a(n) = A027750(A000142(10),n), n = 1..270. - _Reinhard Zumkeller_, Aug 27 2013
%H A161466 R. Zumkeller, <a href="/A161466/b161466.txt">Table of n, a(n) for n = 1..270</a> (complete sequence)
%H A161466 <a href="/index/Di#divisors">Index entries for sequences related to divisors of numbers</a>
%H A161466 <a href="/index/Fa#factorial">Index entries for sequences related to factorial numbers</a>
%t A161466 Divisors[3628800] (* _Vladimir Joseph Stephan Orlovsky_, Feb 21 2012 *)
%o A161466 (PARI) divisors(10!) \\ _Joerg Arndt_, Apr 07 2013
%o A161466 (Haskell)
%o A161466 a161466 n = a161466_list !! (n-1)
%o A161466 a161466_list = a027750_row $ a000142 10
%o A161466 -- _Reinhard Zumkeller_, Aug 27 2013
%K A161466 fini,full,nonn,easy,look
%O A161466 1,2
%A A161466 _Reinhard Zumkeller_, Jun 10 2009