Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063755
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063755 Squares n which are divisible by phi(n). +0
1
1, 4, 16, 36, 64, 144, 256, 324, 576, 1024, 1296, 2304, 2916, 4096, 5184, 9216, 11664, 16384, 20736, 26244, 36864, 46656, 65536, 82944, 104976, 147456, 186624, 236196, 262144, 331776, 419904, 589824, 746496, 944784, 1048576, 1327104 (list; graph; listen)
OFFSET

1,2

LINKS

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

MATHEMATICA

Select[ Range[ 1, 2000 ], Mod[ #^2, EulerPhi[ #^2 ] ]==0& ]^2

PROGRAM

(PARI) j=[]; for(n=1, 2000, if(Mod(n^2, eulerphi(n^2))==0, j=concat(j, n^2))); j

(PARI) { n=0; for (m=1, 10^9, s=m^2; if (s%eulerphi(s)==0, write("b063755.txt", n++, " ", s); if (n==160, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 29 2009]

CROSSREFS

Cf. A000010, A049237, A007694. Squares arising in A007694.

Sequence in context: A055808 A016742 A121317 this_sequence A166721 A085040 A030179

Adjacent sequences: A063752 A063753 A063754 this_sequence A063756 A063757 A063758

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Dean Hickerson, Aug 15, 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research