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!)
A191905 Composite deficient numbers k such that (product of proper divisors of k) mod (sum of proper divisors of k) is a prime number. 0
4, 9, 10, 25, 33, 39, 49, 57, 91, 93, 98, 105, 111, 119, 121, 145, 155, 169, 183, 185, 187, 189, 201, 205, 209, 215, 225, 235, 237, 242, 245, 265, 289, 291, 299, 305, 327, 335, 351, 355, 361, 371, 403, 413, 415, 417, 425, 427, 437, 469, 471, 475, 485, 493, 497, 515, 527, 529, 535, 543, 549, 553 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
isA191905 := proc(n) if not isA125493(n) then false; else isprime( A191906(n)) ; end if; end proc:
for n from 3 to 710 do if isA191905(n) then printf("%d, ", n) ; end if; end do: # R. J. Mathar, Jun 27 2011
CROSSREFS
Sequence in context: A077584 A093896 A332449 * A113432 A129830 A113434
KEYWORD
nonn,less
AUTHOR
EXTENSIONS
Corrected by R. J. Mathar, Jun 27 2011
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 19 02:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)