|
Search: id:A100768
|
|
|
| A100768 |
|
p * (n^p) - 1 where p = prime(n). |
|
+0 1
|
|
| 1, 23, 1214, 114687, 537109374, 169789022207, 3954718737782518, 2738188573441261567, 203847576752007525206366, 2899999999999999999999999999999, 5950246173690264895628552080046140
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
If n=1, then p=2, and a(1)=2*1^2 - 1 = 1.
If n=2, then p=3, and a(2)=3*2^3 - 1 = 23.
If n=3, then p=5, and a(3)=5*3^5 - 1 = 1214.
|
|
MAPLE
|
a:=n->ithprime(n)*n^ithprime(n)-1: seq(a(n), n=1..13); (Deutsch)
|
|
CROSSREFS
|
Adjacent sequences: A100765 A100766 A100767 this_sequence A100769 A100770 A100771
Sequence in context: A128404 A126741 A061063 this_sequence A049003 A003281 A034243
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jan 03 2005
|
|
EXTENSIONS
|
More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 01 2005
|
|
|
Search completed in 0.002 seconds
|