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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A002975 Primitive weird numbers.
(Formerly M5340)
2
70, 836, 4030, 5830, 7192, 7912, 9272, 10792, 17272, 45356, 73616, 83312, 91388, 113072, 243892, 254012, 338572, 343876, 388076, 519712, 539744, 555616, 682592, 786208, 1188256, 1229152, 1713592, 1901728, 2081824, 2189024, 3963968, 4128448 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

S. J. Benkoski and P. Erdos, On weird and pseudoperfect numbers, Math. Comp., 28 (1974), 617-623.

R. K. Guy, Unsolved Problems in Number Theory, B2.

R. Honsberger, Mathematical Gems, M.A.A., 1973, p. 113.

Problem E2308, Amer. Math. Monthly, 79 (1972), 774.

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

Robert G. Wilson v, Table of n, a(n) for n = 1..57 . [From Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 04 2009]

MATHEMATICA

(* first do *) << Combinatorica` (* then *) fQ[n_] := Block[{d = Most@ Divisors@ n, l = 2^(DivisorSigma[0, n] - 1), i = 1}, i = 1; While[i < l && Plus @@ NthSubset[i, d] != n, i++ ]; i == l]; lst = {}; Do[m = n; If[ Mod[n, 6] != 0 && DivisorSigma[1, n] > 2 n && Union[ Mod[ n, Join[lst, {n + 1}]]][[1]] != 0 && fQ@n, AppendTo[lst, n]; Print@n], {n, 2, 42000000, 2}] [From Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 04 2009]

CROSSREFS

Cf. A006037.

Sequence in context: A027804 A177298 A006037 * A061170 A125114 A189413

Adjacent sequences:  A002972 A002973 A002974 * A002976 A002977 A002978

KEYWORD

nonn,nice

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from Jud McCranie (JudMcCranie(AT)ugaalum.uga.edu), Oct 21 2001

Added one more term. Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 04 2009

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 16 06:27 EST 2012. Contains 205860 sequences.