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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087485 Odd numbers n such that 2n-sigma(n)=6. 5
7, 15, 315, 1155, 815634435 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

This is a subsequence of A077374. There are no others up to 2*10^9. Except for the first term all known terms of this sequence are divisible by 15. Is there a number n > 1 such that gcd(a(n),3)=1 or gcd(a(n),5)=1?

EXAMPLE

15 is in the sequence because 2*15-sigma(15)=6.

MATHEMATICA

Do[If[OddQ[n]&&2n-DivisorSigma[1, n]==6, Print[n]], {n, 2*10^9}]

CROSSREFS

Cf. A077374, A087167, A088011, A088012.

Sequence in context: A042725 A041096 A007541 * A156377 A069526 A061039

Adjacent sequences:  A087482 A087483 A087484 * A087486 A087487 A087488

KEYWORD

hard,more,nonn

AUTHOR

Farideh Firoozbakht (f.firoozbakht(AT)sci.ui.ac.ir), Oct 23 2003

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.