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.

A114334 Divisors of 6^6.

This page as a plain text file.
%I A114334 #26 Aug 15 2020 09:57:13
%S A114334 1,2,3,4,6,8,9,12,16,18,24,27,32,36,48,54,64,72,81,96,108,144,162,192,
%T A114334 216,243,288,324,432,486,576,648,729,864,972,1296,1458,1728,1944,2592,
%U A114334 2916,3888,5184,5832,7776,11664,15552,23328,46656
%N A114334 Divisors of 6^6.
%C A114334 Subsequence of A003586; 128 = 2^(6+1) is the smallest 3-smooth number not dividing 6^6.
%C A114334 a(49) = A175755(1) = 46656 = smallest number with exactly 49 divisors; a(7) = A201266(1). - _Reinhard Zumkeller_, Nov 29 2011
%H A114334 <a href="/index/Di#divisors">Index entries for sequences related to divisors of numbers</a>
%F A114334 a(n) = A027750(46656,n) for n = 1 .. A000005(46656). - _Reinhard Zumkeller_, Jan 07 2014
%t A114334 Divisors[6^6] (* _Robert G. Wilson v_, Aug 17 2012 *)
%o A114334 (Haskell)
%o A114334 a114334 n = a114334_list !! (n-1)
%o A114334 a114334_list = a027750_row (6 ^ 6)  -- _Reinhard Zumkeller_, Jan 07 2014
%o A114334 (PARI) divisors(6^6) \\ _Charles R Greathouse IV_, Jun 21 2017
%Y A114334 A291713 lists terms a(14)-a(22).
%K A114334 nonn,fini,full,easy
%O A114334 1,2
%A A114334 _Reinhard Zumkeller_, Feb 07 2006