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!)
A066915 a(n) = n^phi(n) + 1. 1
2, 3, 10, 17, 626, 37, 117650, 4097, 531442, 10001, 25937424602, 20737, 23298085122482, 7529537, 2562890626, 4294967297, 48661191875666868482, 34012225, 104127350297911241532842, 25600000001, 7355827511386642 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

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

MATHEMATICA

Table[n^EulerPhi[n]+1, {n, 30}] (* Harvey P. Dale, May 29 2014 *)

PROG

(PARI) { for (n=1, 100, write("b066915.txt", n, " ", n^eulerphi(n) + 1) ) } \\ Harry J. Smith, Apr 06 2010

CROSSREFS

Cf. A066719.

Sequence in context: A192798 A143609 A350913 * A339924 A333673 A070253

Adjacent sequences: A066912 A066913 A066914 * A066916 A066917 A066918

KEYWORD

nonn

AUTHOR

Jason Earls, Jan 23 2002

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 March 24 04:28 EDT 2023. Contains 361454 sequences. (Running on oeis4.)