|
| file | check_gentle_sequential.cpp [code] |
| | Check odd gentle numbers for the varsigma_odd problem and print bad numbers.
|
| |
| file | check_load.cpp [code] |
| | Check numbers loaded from a file for the varsigma_odd problem and print bad numbers or all, with or without path.
|
| |
| file | check_multiplicativity.cpp [code] |
| | varsigma_odd is multiplicative, this program check if there exists some (a, b) not coprimes such that there is equality.
|
| |
| file | check_square.cpp [code] |
| | Check odd square numbers for the varsigma_odd problem and print some numbers to show progression.
|
| |
| file | interactive.cpp [code] |
| | Read number from stdin and print factorization, number of divisors, sum of divisors and complete path of the varsigma_odd problem.
|
| |
| file | print_path.cpp [code] |
| | Check odd gentle numbers for the varsigma_odd problem and print bad numbers.
|
| |