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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076496 Numbers n such that Mod[sigma[n],n]=12. 2
24, 30, 42, 54, 66, 78, 102, 114, 121, 138, 174, 186, 222, 246, 258, 282, 304, 318, 354, 366, 402, 426, 438, 474, 498, 534, 582, 606, 618, 642, 654, 678, 762, 780, 786, 822, 834, 894, 906, 942, 978, 1002, 1038, 1074, 1086, 1146, 1158, 1182, 1194, 1266, 1338 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

These numbers are also solutions of the equation: g[n]:=2n+1-sigma[n]=-11 (or they are cofacient numbers of type -11). - Vassil K. Tintschev (tinchev(AT)sunhe.jinr.ru), Dec 15 2004

EXAMPLE

6p is a solution if p>3 is prime, since sigma[6p]=1+2+3+6+p+2p+3p+6p=12(p+1)=2.6p+12=2n+12. These are "regular" solutions. Also n=121,304 are "singular" solutions. See other remainders in cross-references.

MATHEMATICA

Do[s=Mod[DivisorSigma[1, n], n]; If[IntegerQ[n/1000000], Print[{n}]]; If[Equal[s, 12], Print[{n, n/6}]], {n, 1, 1000}]

CROSSREFS

Cf. A045768-A045470, A076495.

Sequence in context: A111398 A030626 A125639 * A125640 A141545 A106682

Adjacent sequences:  A076493 A076494 A076495 * A076497 A076498 A076499

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Oct 21 2002

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 18 00:14 EST 2012. Contains 206085 sequences.