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!)
A130607 Prime(n+1)^n + prime(n)^n. 0
5, 34, 468, 17042, 532344, 28964378, 1304210412, 95294548322, 16308298637332, 1240335520281002 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Prime(n) is the n-th prime number.
EXAMPLE
For n=2, prime(2+1)^2 - prime(2)^2 = 5^2 + 3^2 = 34, the second entry.
PROG
(PARI) g2(n) = for(x=1, n, y=prime(x+1)^x+prime(x)^x; print1(y", "))
CROSSREFS
Sequence in context: A276753 A226554 A211037 * A211042 A086345 A295545
KEYWORD
nonn
AUTHOR
Cino Hilliard, Jun 17 2007
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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)