(PARI) t(n) = (sigma(n) - n)*omega(n); { n=0; a=-1; for (m=1, 10^9, if(issquare(b=t(m^2)), if(b>a, a=b; write("b063777.txt", n++, " ", m); if (n==31, break))) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 31 2009]
nonn,new
nonn
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
(PARI) t(n) = (sigma(n) - n)*omega(n); { n=0; a=-1; for (m=1, 10^9, if(issquare(b=t(m^2)), if(b>a, a=b; write("b063777.txt", n++, " ", m); if (n==31, break))) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 31 2009]
nonn,new
nonn
nonn,new
nonn
Jason Earls (jcearlszevi_35711(AT)cableoneyahoo.netcom), Aug 16 2001
nonn,new
nonn
Jason Earls (jcearls(AT)4grccableone.comnet), Aug 16 2001
nonn,new
nonn
Jason Earls (jcearls(AT)kskc4grc.netcom), Aug 16 2001
(PARI) a=0; t(n) = (sigma(n)-n)*omega(n); for(n=1, 10^7, x=t(n^2); if(issquare(x), b=x; if(b>a, a=b; print(n))))
nonn,new
nonn
1, 3, 49, 114, 290, 1266, 3026, 4587, 8642, 14949, 21504, 47976, 74535, 79922, 102818, 112960, 172658, 280226, 632018, 662546, 693794, 791858, 969698, 1516322, 1758962, 2128898, 2184626, 2298242, 2414738, 2594882, 2718578
1,2
t(49^2) = 400, a square.
(PARI) a=0; t(n) = (sigma(n)-n)*omega(n); for(n=1, 10^7, x=t(n^2); if(issquare(x), b=x; if(b>a, a=b; print(n))))
nonn
Jason Earls (jcearls(AT)kskc.net), Aug 16 2001
approved