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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100768 p * (n^p) - 1 where p = prime(n). 0
1, 23, 1214, 114687, 537109374, 169789022207, 3954718737782518, 2738188573441261567, 203847576752007525206366, 2899999999999999999999999999999, 5950246173690264895628552080046140 (list; graph; refs; listen; history; internal format)
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

Sequence in context: A126741 A202656 A061063 * A201309 A049003 A196422

Adjacent sequences:  A100765 A100766 A100767 * A100769 A100770 A100771

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

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 12:41 EST 2012. Contains 205909 sequences.