login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


n^prime(n+1).
0

%I #9 Mar 14 2015 17:29:52

%S 0,1,32,2187,4194304,1220703125,16926659444736,11398895185373143,

%T 590295810358705651712,4710128697246244834921603689,

%U 10000000000000000000000000000000,340039485861577398992406882305761986971

%N n^prime(n+1).

%e Ifn=4, prime(4)=11 and 4^11 is 4194304

%t Table[(n - 1)^Prime[n], {n, 15}]

%t Table[ n^Prime[n + 1], {n, 0, 10}] (* _Robert G. Wilson v_, Jan 25 2005 *)

%Y Cf. A101405.

%K nonn

%O 0,3

%A _Parthasarathy Nambi_, Jan 18 2005

%E Extended by _Ray Chandler_ and _Robert G. Wilson v_, Jan 25 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 16:55 EDT 2024. Contains 376075 sequences. (Running on oeis4.)