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

A201266
The seventh divisor of numbers with exactly 49 divisors.
5
9, 16, 16, 27, 49, 22, 26, 81, 32, 125, 32, 81, 32, 81, 125, 81, 32, 32, 169, 81, 37, 343, 41, 289, 43, 87, 343, 93, 47, 361, 53, 111, 529, 59, 343, 61, 123, 129, 361, 64, 141, 64, 1331, 625, 64, 625, 64, 159, 529, 64, 177, 64, 183, 625, 1331, 64, 201, 64
OFFSET
1,1
LINKS
EXAMPLE
a(1) = A114334(7);
a(2) = A159765(7).
PROG
(Haskell)
a201266 n = [d | d <- [1..], a175755 n `mod` d == 0] !! 6
CROSSREFS
Sequence in context: A131746 A092095 A186851 * A231977 A269563 A217570
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 29 2011
STATUS
approved