@@ -502,7 +502,6 @@ A nice collection of day-to-day Perl scripts.
502
502
* [ BPSW primality test] ( ./Math/BPSW_primality_test.pl )
503
503
* [ BPSW primality test mpz] ( ./Math/BPSW_primality_test_mpz.pl )
504
504
* [ Brazilian primes constant] ( ./Math/brazilian_primes_constant.pl )
505
- * [ Brilliant numbers count] ( ./Math/brilliant_numbers_count.pl )
506
505
* [ Brown numbers] ( ./Math/brown_numbers.pl )
507
506
* [ Carmichael factorization method] ( ./Math/carmichael_factorization_method.pl )
508
507
* [ Carmichael factorization method generalized] ( ./Math/carmichael_factorization_method_generalized.pl )
@@ -544,19 +543,23 @@ A nice collection of day-to-day Perl scripts.
544
543
* [ Continued fractions prime constant] ( ./Math/continued_fractions_prime_constant.pl )
545
544
* [ Convergent series] ( ./Math/convergent_series.pl )
546
545
* [ Cosmic calendar] ( ./Math/cosmic_calendar.pl )
546
+ * [ Count of brilliant numbers] ( ./Math/count_of_brilliant_numbers.pl )
547
547
* [ Count of cube-full numbers] ( ./Math/count_of_cube-full_numbers.pl )
548
548
* [ Count of integers with gpf of n equals p] ( ./Math/count_of_integers_with_gpf_of_n_equals_p.pl )
549
549
* [ Count of integers with lpf of n equals p] ( ./Math/count_of_integers_with_lpf_of_n_equals_p.pl )
550
550
* [ Count of k-almost primes] ( ./Math/count_of_k-almost_primes.pl )
551
551
* [ Count of k-omega primes] ( ./Math/count_of_k-omega_primes.pl )
552
552
* [ Count of k-powerfree numbers] ( ./Math/count_of_k-powerfree_numbers.pl )
553
553
* [ Count of k-powerful numbers] ( ./Math/count_of_k-powerful_numbers.pl )
554
+ * [ Count of perfect powers] ( ./Math/count_of_perfect_powers.pl )
555
+ * [ Count of prime power] ( ./Math/count_of_prime_power.pl )
554
556
* [ Count of rough numbers] ( ./Math/count_of_rough_numbers.pl )
555
557
* [ Count of smooth numbers] ( ./Math/count_of_smooth_numbers.pl )
556
558
* [ Count of smooth numbers mpz] ( ./Math/count_of_smooth_numbers_mpz.pl )
557
559
* [ Count of smooth numbers mpz 2] ( ./Math/count_of_smooth_numbers_mpz_2.pl )
558
560
* [ Count of smooth numbers with k factors] ( ./Math/count_of_smooth_numbers_with_k_factors.pl )
559
561
* [ Count of squarefree k-almost primes] ( ./Math/count_of_squarefree_k-almost_primes.pl )
562
+ * [ Count of squarefree numbers] ( ./Math/count_of_squarefree_numbers.pl )
560
563
* [ Count subtriangles] ( ./Math/count_subtriangles.pl )
561
564
* [ Cube-full numbers] ( ./Math/cube-full_numbers.pl )
562
565
* [ Cuboid] ( ./Math/cuboid.pl )
@@ -868,7 +871,6 @@ A nice collection of day-to-day Perl scripts.
868
871
* [ Prime functions in terms of zeros of zeta] ( ./Math/prime_functions_in_terms_of_zeros_of_zeta.pl )
869
872
* [ Prime numbers generator] ( ./Math/prime_numbers_generator.pl )
870
873
* [ Prime omega function generalized] ( ./Math/prime_omega_function_generalized.pl )
871
- * [ Prime power count] ( ./Math/prime_power_count.pl )
872
874
* [ Prime quadratic polynomial analyzer] ( ./Math/prime_quadratic_polynomial_analyzer.pl )
873
875
* [ Prime quadratic polynomials] ( ./Math/prime_quadratic_polynomials.pl )
874
876
* [ Prime summation] ( ./Math/prime_summation.pl )
@@ -956,7 +958,6 @@ A nice collection of day-to-day Perl scripts.
956
958
* [ Squarefree almost primes from factor list] ( ./Math/squarefree_almost_primes_from_factor_list.pl )
957
959
* [ Squarefree almost primes in range] ( ./Math/squarefree_almost_primes_in_range.pl )
958
960
* [ Squarefree almost primes in range from factor list] ( ./Math/squarefree_almost_primes_in_range_from_factor_list.pl )
959
- * [ Squarefree count] ( ./Math/squarefree_count.pl )
960
961
* [ Squarefree divisors] ( ./Math/squarefree_divisors.pl )
961
962
* [ Squarefree fermat overpseudoprimes in range] ( ./Math/squarefree_fermat_overpseudoprimes_in_range.pl )
962
963
* [ Squarefree fermat pseudoprimes in range] ( ./Math/squarefree_fermat_pseudoprimes_in_range.pl )
@@ -975,8 +976,10 @@ A nice collection of day-to-day Perl scripts.
975
976
* [ Sum of digits subquadratic algorithm] ( ./Math/sum_of_digits_subquadratic_algorithm.pl )
976
977
* [ Sum of digits subquadratic algorithm mpz] ( ./Math/sum_of_digits_subquadratic_algorithm_mpz.pl )
977
978
* [ Sum of natural powers in constant base] ( ./Math/sum_of_natural_powers_in_constant_base.pl )
979
+ * [ Sum of perfect powers] ( ./Math/sum_of_perfect_powers.pl )
978
980
* [ Sum of prime-power exponents of factorial] ( ./Math/sum_of_prime-power_exponents_of_factorial.pl )
979
981
* [ Sum of prime-power exponents of product of binomials] ( ./Math/sum_of_prime-power_exponents_of_product_of_binomials.pl )
982
+ * [ Sum of prime powers] ( ./Math/sum_of_prime_powers.pl )
980
983
* [ Sum of primes generalized] ( ./Math/sum_of_primes_generalized.pl )
981
984
* [ Sum of sigma] ( ./Math/sum_of_sigma.pl )
982
985
* [ Sum of sigma 2] ( ./Math/sum_of_sigma_2.pl )
0 commit comments