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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097416 Numbers n such that A076078(m)=n for some m, excluding powers of 2. 2
10, 44, 184, 218, 400, 752, 3040, 3392, 3748, 12224, 27904, 49024, 57856, 61064, 64594, 196352, 226304, 253808, 785920, 954368, 981520, 1822720, 3144704, 12580864, 14630912, 15499264, 15722528, 16450240, 16700300, 31522816, 50327552 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A076078(n) equals the number of sets of distinct positive integers with a least common multiple of n.

MATHEMATICA

f[n_] := Block[{d = Divisors[n]}, Plus @@ (MoebiusMu[n/d](2^DivisorSigma[0, d] - 1))]; t = Union[ Table[ f[n], {n, 2^20}]]; Complement[ Take[t, 52], Table[2^i, {i, 0, 20}]]

CROSSREFS

Cf. A076078, A097215.

Sequence in context: A060326 A200448 A124852 * A076373 A097215 A126397

Adjacent sequences:  A097413 A097414 A097415 * A097417 A097418 A097419

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 17 2004

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 February 17 10:57 EST 2012. Contains 206009 sequences.