A379123 a(n) = A379113(A379121(n)), where A379121 gives those odd squares k for which A379113(k) > 1.
9, 121, 9, 9, 81, 1521, 9, 9, 49, 49, 81, 9, 9, 625, 49, 49, 9, 961, 9, 9, 9, 961, 961, 49, 9, 961, 961, 169, 961, 961, 16129, 49, 49, 961, 961, 961, 961, 961, 49, 9, 9, 9, 9, 625, 961, 16129, 16129, 961, 961, 961, 49, 9, 49, 16129, 961, 49, 961, 9, 49, 49, 49, 49, 9, 9, 9, 9, 49, 9, 16129, 9, 9, 49, 49, 9, 49, 9
Offset: 1
Keywords
Examples
See examples in A379121.
Links
Programs
-
PARI
forstep(n=1,2^18,2,d=A379113(n^2); if(d>1, print1(d,", ")));
Comments