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
1, 3, 76, 1363, 25562, 521215, 11756074, 293471025, 8060863268, 242097800623 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(1) = prime(1^1) - 1^1 = prime(1) - 1 = 2 - 1 = 1;
a(4) = prime(4^4) - 4^4 = prime(256) - 256 = 1619 - 256 = 1363.
MAPLE
p:=ithprime: seq(p(n^n)-n^n, n=1..8); # Emeric Deutsch, Aug 14 2008
MATHEMATICA
Prime[#^#]-#^#&/@Range[10] (* Harvey P. Dale, Sep 11 2012 *)
CROSSREFS
Sequence in context: A168385 A042267 A201428 * A300386 A054747 A302375
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by Emeric Deutsch, Aug 14 2008
More terms from Harvey P. Dale, Sep 11 2012
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 18 03:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)