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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061028 n^p-(n-1)^p, where p is the n-th prime. 1
1, 7, 211, 14197, 44633821, 11839990891, 215703854542471, 132716292890482729, 8272642309293795444217, 95289871302753755165078396311, 181943424957750480504146841291811 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,95

PROG

for(n=1, 20, print1(n^prime(n)-(n-1)^prime(n)", "))

(PARI) { n=0; forprime (p=2, prime(95), write("b061028.txt", n++, " ", n^p - (n - 1)^p); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 17 2009]

CROSSREFS

Sequence in context: A178022 A157775 A065819 * A012862 A045760 A046033

Adjacent sequences:  A061025 A061026 A061027 * A061029 A061030 A061031

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), May 25 2001

EXTENSIONS

More terms from Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 31 2003

OFFSET changed from 0,2 to 1,2 by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 17 2009

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 17 18:41 EST 2012. Contains 206074 sequences.