login

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”).

A114334
Divisors of 6^6.
5
1, 2, 3, 4, 6, 8, 9, 12, 16, 18, 24, 27, 32, 36, 48, 54, 64, 72, 81, 96, 108, 144, 162, 192, 216, 243, 288, 324, 432, 486, 576, 648, 729, 864, 972, 1296, 1458, 1728, 1944, 2592, 2916, 3888, 5184, 5832, 7776, 11664, 15552, 23328, 46656
OFFSET
1,2
COMMENTS
Subsequence of A003586; 128 = 2^(6+1) is the smallest 3-smooth number not dividing 6^6.
a(49) = A175755(1) = 46656 = smallest number with exactly 49 divisors; a(7) = A201266(1). - Reinhard Zumkeller, Nov 29 2011
FORMULA
a(n) = A027750(46656,n) for n = 1 .. A000005(46656). - Reinhard Zumkeller, Jan 07 2014
MATHEMATICA
Divisors[6^6] (* Robert G. Wilson v, Aug 17 2012 *)
PROG
(Haskell)
a114334 n = a114334_list !! (n-1)
a114334_list = a027750_row (6 ^ 6) -- Reinhard Zumkeller, Jan 07 2014
(PARI) divisors(6^6) \\ Charles R Greathouse IV, Jun 21 2017
CROSSREFS
A291713 lists terms a(14)-a(22).
Sequence in context: A083854 A275199 A003586 * A262609 A018690 A284698
KEYWORD
nonn,fini,full,easy
AUTHOR
Reinhard Zumkeller, Feb 07 2006
STATUS
approved