login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A156943 Odd abundant numbers not divisible by 25 whose abundancy is odd. 2
81162081, 138791961, 173369889, 441882441, 730458729, 1091179089, 1249127649, 1524043521, 1560329001, 1744649361, 2286465489, 2606204601, 3255501249, 3976941969, 4770526761, 5567099769, 6574128561, 6800806089, 7584145569 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Number of terms < 10^n: 0, 0, 0, 0, 0, 0, 0, 1, 5, 25, 63, ..., .
LINKS
Robert G. Wilson v, Table of n, a(n) for n=1..1005
MATHEMATICA
q[n_] := Module[{ab = DivisorSigma[1, n] - 2*n}, ab > 0 && OddQ[ab]]; Select[Range[1, 7775536039, 2], ! Divisible[#, 25] && q[#] &] (* corrected by Amiram Eldar, Oct 10 2023 *)
CROSSREFS
Subsequence of A156903 and A156942.
Sequence in context: A210164 A119075 A136965 * A120316 A118079 A186091
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Feb 18 2009
EXTENSIONS
Name corrected by Amiram Eldar, Oct 10 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)