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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112643 Odd and squarefree abundant numbers. 4
15015, 19635, 21945, 23205, 25935, 26565, 31395, 33495, 33915, 35805, 39585, 41055, 42315, 42735, 45885, 47355, 49665, 50505, 51765, 54285, 55965, 58695, 61215, 64155, 68145, 70455, 72345, 77385, 80535, 82005, 83265, 84315, 91245 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Deviates from A046391.

LINKS

Donovan Johnson, Table of n, a(n) for n = 1..10000

EXAMPLE

199815=3.5.7.11.173

MATHEMATICA

ta={{0}}; Do[g=n; s=DivisorSigma[1, n]-2*n; If[Greater[s, 0]&&Equal[Abs[MoebiusMu[n]], 1]&& !Equal[Mod[n, 2], 0], Print[n, PrimeFactorList[n], s]; ta=Append[ta, n]], {n, 1, 200000}]; {ta=Delete[ta, 1], g}

CROSSREFS

Cf. A087248, A046391.

Sequence in context: A104875 A046391 * A129485 A133778 A200090 A147578

Adjacent sequences:  A112640 A112641 A112642 * A112644 A112645 A112646

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Sep 20 2005

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 14 09:35 EST 2012. Contains 205614 sequences.