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!)
A061028 a(n) = 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; text; internal format)
OFFSET
1,2
LINKS
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); ) } \\ Harry J. Smith, Jul 17 2009
CROSSREFS
Sequence in context: A241649 A256288 A302107 * A012862 A045760 A046033
KEYWORD
nonn
AUTHOR
Jason Earls, May 25 2001
EXTENSIONS
More terms from Ralf Stephan, Mar 31 2003
Offset changed from 0 to 1 by Harry J. Smith, Jul 17 2009
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)