login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141103 p(n^n)-n^n, where p(n)=n-th prime. 0
1, 3, 76, 1363, 25562, 521215, 11756074, 293471025, 8060863268, 242097800623 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..10.

EXAMPLE

If n=1, then a(1)=p(1^1)-1^1=p(1)-1=2-1=1.

If n=4, then a(4)=p(4^4)-4^4=p(256)-256=1619-256=1363.

MAPLE

p:=ithprime: seq(p(n^n)-n^n, n=1..8); [From Emeric Deutsch, Aug 14 2008]

MATHEMATICA

Prime[#^#]-#^#&/@Range[10] (* Harvey P. Dale, Sep 11 2012 *)

CROSSREFS

Sequence in context: A168385 A042267 A201428 * A054747 A054950 A183961

Adjacent sequences:  A141100 A141101 A141102 * A141104 A141105 A141106

KEYWORD

nonn

AUTHOR

Juri-Stepan Gerasimov Jul 31 2008

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 19 09:12 EDT 2013. Contains 226401 sequences.