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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069953 Composite n such that (n-1)*phi(n) is a perfect square. 1
10, 28, 51, 170, 243, 246, 946, 1128, 1281, 1353, 1695, 2431, 4336, 4411, 4625, 4803, 7501, 7936, 8625, 11914, 12545, 13255, 15051, 16385, 24643, 27870, 29404, 31828, 33490, 36751, 39676, 47046, 52801, 53291, 55471, 58807, 66249, 72076, 74061 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

If k>1 k*phi(k) is not a perfect square. Trivially, if p is prime (p-1)*phi(p) is a perfect square.

PROG

(PARI) for(n=2, 120000, if(frac(sqrt((n-1+isprime(n))*eulerphi(n)))==0, print1(n, ", ")))

CROSSREFS

Sequence in context: A031077 A082286 A088407 * A113746 A177720 A117464

Adjacent sequences:  A069950 A069951 A069952 * A069954 A069955 A069956

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 27 2002

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 15 11:25 EST 2012. Contains 205777 sequences.