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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123129 (n + n-th difference between consecutive primes) raised to power n-1. 0
1, 4, 25, 512, 2401, 100000, 531441, 35831808, 2562890625, 5159780352, 2015993900449, 17592186044416, 129746337890625, 20822964865671168, 3243919932521508681, 136880068015412051968, 288441413567621167681 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Sergio Silva, Teste Numerico.

FORMULA

a(n) = ( n + prime(n+1) - prime(n) )^(n-1) = ( n + A001223(n) )^(n-1)

PROG

(PARI) for(n=1, 25, print1((prime(n+1)-prime(n)+n)^(n-1), ", "))

CROSSREFS

Sequence in context: A093959 A086216 A167041 * A075577 A004019 A072882

Adjacent sequences:  A123126 A123127 A123128 * A123130 A123131 A123132

KEYWORD

nonn

AUTHOR

Herman Jamke (hermanjamke(AT)fastmail.fm), Sep 30 2006

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 February 16 10:53 EST 2012. Contains 205904 sequences.