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!)
A069459 a(n) = prime(n)^n - 1. 5
1, 8, 124, 2400, 161050, 4826808, 410338672, 16983563040, 1801152661462, 420707233300200, 25408476896404830, 6582952005840035280, 925103102315013629320, 73885357344138503765448, 12063348350820368238715342, 3876269050118516845397872320, 1271991467017507741703714391418 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = A062457(n) - 1.
LINKS
EXAMPLE
a(16) = A062457(n) - 1 = A000040(16)^16 - 1 = 53^16-1 =
= 3876269050118516845397872320 =
= 2^6*3^3*5*13*17*281*232073*31129845205681.
MATHEMATICA
Table[Prime[n]^n - 1, {n, 1, 25}] (* G. C. Greubel, Apr 22 2018 *)
PROG
(PARI) for(n=1, 25, print1(prime(n)^n - 1, ", ")) \\ G. C. Greubel, Apr 22 2018
(Magma) [NthPrime(n)^n - 1: n in [1..25]]; // G. C. Greubel, Apr 22 2018
CROSSREFS
Sequence in context: A120957 A302356 A367122 * A254125 A371298 A024282
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 24 2002
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 24 02:45 EDT 2024. Contains 371917 sequences. (Running on oeis4.)