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!)
A066820 Integers of the form phi(n^2+1)/n. 4
1, 2, 4, 6, 6, 10, 14, 16, 20, 24, 26, 25, 36, 40, 48, 54, 56, 60, 66, 74, 84, 90, 94, 110, 116, 120, 124, 126, 98, 130, 134, 146, 150, 156, 160, 170, 176, 180, 184, 150, 204, 206, 210, 192, 224, 230, 236, 240, 250, 256, 260, 264, 270, 280, 284, 300, 306, 314, 326 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If k^2 + 1 is prime, phi(k^2 + 1)/k = k, hence A005574(n) is included in the sequence. For odd values see A066852.
LINKS
PROG
(PARI) { n=0; for (m=1, 10^10, if (eulerphi(m^2 + 1) % m == 0, write("b066820.txt", n++, " ", eulerphi(m^2 + 1) / m); if (n==1000, return)) ) } \\ Harry J. Smith, Mar 29 2010
CROSSREFS
Cf. A066852.
Sequence in context: A254733 A254732 A299541 * A309796 A359671 A222733
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 19 2002
EXTENSIONS
Term n=51 a=260 added by Harry J. Smith, Mar 29 2010
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 April 25 11:37 EDT 2024. Contains 371968 sequences. (Running on oeis4.)