A349007 a(1) = 1; for n > 1, a(n) is the largest number m such that sigma(m) = tau(m)^n or 0 if no such m exists.
1, 3, 7, 2667, 27559, 677207307, 225735769, 698915267211, 29587412978599, 811637999283747, 16907189874529, 12200855315219510767697163, 254155396405925065290841, 878412242330556407427, 1074593611687774330088252281, 16138807601873739769, 37471768236581557067194399
Offset: 1
Keywords
Examples
a(4) = 2667 because 2667 is the largest number m such that sigma(m) = tau(m)^4; sigma(2667) = 4096 = tau(2667)^4 = 8^4.
Links
- Rémy Sigrist, PARI program for A349007
Programs
-
PARI
See Links section.
Comments