The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063796 Numbers k such that phi(sigma(k^3)) is a square. 1
1, 3, 10, 14, 21, 49, 66, 70, 147, 160, 224, 248, 282, 330, 403, 462, 490, 764, 803, 817, 1034, 1056, 1120, 1235, 1508, 1512, 1584, 1752, 1779, 1792, 1852, 1974, 1976, 2076, 2310, 2418, 2573, 2821, 3232, 3234, 3401, 3416, 3551, 3565, 3684, 3763, 3820, 3991 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[4000], IntegerQ[Sqrt[EulerPhi[DivisorSigma[1, #^3]]]]&] (* Harvey P. Dale, Mar 04 2015 *)
PROG
(PARI) j=[]; for(n=1, 10000, if(issquare(eulerphi(sigma(n^3))), j=concat(j, n))); j
(PARI) { n=0; for (m=1, 10^9, if(issquare(eulerphi(sigma(m^3))), write("b063796.txt", n++, " ", m); if (n==1000, break)) ) } \\ Harry J. Smith, Aug 31 2009
CROSSREFS
Sequence in context: A283867 A085726 A287115 * A063221 A022409 A245524
KEYWORD
nonn
AUTHOR
Jason Earls, Aug 19 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 03:59 EDT 2024. Contains 372528 sequences. (Running on oeis4.)