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!)
A141103 a(n) = prime(n^n) - n^n. 0

%I #9 Mar 10 2019 01:43:40

%S 1,3,76,1363,25562,521215,11756074,293471025,8060863268,242097800623

%N a(n) = prime(n^n) - n^n.

%e a(1) = prime(1^1) - 1^1 = prime(1) - 1 = 2 - 1 = 1;

%e a(4) = prime(4^4) - 4^4 = prime(256) - 256 = 1619 - 256 = 1363.

%p p:=ithprime: seq(p(n^n)-n^n, n=1..8); # _Emeric Deutsch_, Aug 14 2008

%t Prime[#^#]-#^#&/@Range[10] (* _Harvey P. Dale_, Sep 11 2012 *)

%K nonn

%O 1,2

%A _Juri-Stepan Gerasimov_, Jul 31 2008

%E Corrected and extended by _Emeric Deutsch_, Aug 14 2008

%E More terms from _Harvey P. Dale_, Sep 11 2012

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 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)