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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110598 Balanced numbers n such that n mod 12 = 5. All have balance quotient sigma(n)/phi(n) equal to 2 or 3. List checked out to 0<=m<=1000000 where n=12*m+5. 0
137885, 145145, 3501605, 6605945, 6953765, 8409305, 10055045, 11413205, 11569805 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

with(numtheory); BNM5:=[]: for z from 1 to 1 do for m from 1 to 1000000 do n:=12*m+5; if sigma(n) mod phi(n) = 0 then BNM5:=[op(BNM5), n] fi; od; od; BNM5;

CROSSREFS

Cf. A000010, A000203, A020492, A062699, A068391.

Sequence in context: A015071 A130422 A022235 * A069336 A025301 A025320

Adjacent sequences:  A110595 A110596 A110597 * A110599 A110600 A110601

KEYWORD

nonn

AUTHOR

Walter A. Kehowski (wkehowski(AT)cox.net), Sep 13 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 10:43 EST 2012. Contains 205614 sequences.