[go: up one dir, main page]

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

A080948
Least number m having n divisors that are also suffixes of m in binary representation.
2
1, 3, 15, 63, 735, 4095, 185535, 5810175, 1277603775
OFFSET
1,2
COMMENTS
a(n) = Min{k: A080942(k)=n}; A080942(a(n)) = n.
2^32 < a(10) <= 12754994175. a(11) <= 5301966462975. - Donovan Johnson, Oct 28 2010
EXAMPLE
a(1)=A000079(0)=1; a(2)=A080943(1)=3; a(3)=A080946(1)=15.
CROSSREFS
KEYWORD
nonn,more,base
AUTHOR
Reinhard Zumkeller, Feb 25 2003
EXTENSIONS
a(7)-a(9) from Donovan Johnson, Oct 28 2010
STATUS
approved