login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063796 phi(sigma(n^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; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

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)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 31 2009]

CROSSREFS

Sequence in context: A190706 A146309 A085726 * A063221 A022409 A023866

Adjacent sequences:  A063793 A063794 A063795 * A063797 A063798 A063799

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 19 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 18:43 EST 2012. Contains 205939 sequences.