login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A267697 Numbers with 7 odd divisors. 8
729, 1458, 2916, 5832, 11664, 15625, 23328, 31250, 46656, 62500, 93312, 117649, 125000, 186624, 235298, 250000, 373248, 470596, 500000, 746496, 941192, 1000000, 1492992, 1771561, 1882384, 2000000, 2985984, 3543122, 3764768, 4000000, 4826809, 5971968, 7086244, 7529536, 8000000, 9653618 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Positive integers that have exactly seven odd divisors.
Numbers n such that the symmetric representation of sigma(n) has 7 subparts. - Omar E. Pol, Dec 28 2016
Numbers that can be formed in exactly 6 ways by summing sequences of 2 or more consecutive positive integers. - Julie Jones, Aug 13 2018
Numbers of the form p^6 * 2^k where p is an odd prime. - David A. Corneth, Aug 14 2018
LINKS
FORMULA
A001227(a(n)) = 7.
PROG
(PARI) isok(n) = sumdiv(n, d, (d%2)) == 7; \\ Michel Marcus, Apr 03 2016
(PARI) upto(n) = {my(res = List()); forprime(p = 3, sqrtnint(n, 6), listput(res, p^6)); q = #res; for(i = 1, q, odd = res[i]; for(j = 1, logint(n \ odd, 2), listput(res, odd <<= 1))); listsort(res); res} \\ David A. Corneth, Aug 14 2018
CROSSREFS
Column 7 of A266531.
Numbers with k odd divisors (k = 1..10): A000079, A038550, A072502, apparently A131651, A267696, A230577, this sequence, A267891, A267892, A267893.
Sequence in context: A046319 A119710 A043455 * A232925 A255112 A255627
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Apr 03 2016
EXTENSIONS
More terms from Michel Marcus, Apr 03 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 5 13:14 EST 2023. Contains 367591 sequences. (Running on oeis4.)