login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

_Reinhard Zumkeller_, Table of n, a(n) for n = 1..1000

EXAMPLE

a(1) = A114334(7);

a(2) = A159765(7).

PROG

(Haskell)

a201266 n = [d | d <- [1..], a175755 n `mod` d == 0] !! 6

CROSSREFS

Cf. A175755, A135581.

Sequence in context: A131746 A092095 A186851 * A217570 A034040 A048279

Adjacent sequences:  A201263 A201264 A201265 * A201267 A201268 A201269

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller, Nov 29 2011

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 18 19:42 EDT 2013. Contains 226356 sequences.