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!)
A123213 Prime(n)^n (A062457) juxtaposed with the partial sums of primes starting with 1 (A014284). 0
21, 93, 1256, 240111, 16105118, 482680929, 41033867342, 1698356304159, 180115266146378, 420707233300201101, 25408476896404831130, 6582952005840035281161, 925103102315013629321198 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Sergio Silva, Teste Numerico.
EXAMPLE
p(n)^n a(n) 1+sum{1<=i<=n-1} p(i)
PROG
(PARI) s=1; print1(21, ", "); for(n=2, 20, s=s+prime(n-1); print1(prime(n)^n, s, ", "))
CROSSREFS
Sequence in context: A065522 A218844 A219423 * A296822 A174084 A193218
KEYWORD
base,nonn
AUTHOR
Herman Jamke (hermanjamke(AT)fastmail.fm), Oct 05 2006
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 25 11:21 EDT 2024. Contains 371967 sequences. (Running on oeis4.)