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!)
A262185 a(n) = n^prime(n!) - prime(n!)^n. 0
-1, -1, -1, 1592126, 383123885216472214589586756787577295904684780483158303 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Inspired by A007965.
LINKS
FORMULA
a(n) = n^A062439(n) - A062439(n)^n.
EXAMPLE
For n = 1, a(n) = n^prime(n!) - prime(n!)^n = 1^2 - 2^1 = -1.
MATHEMATICA
Table[n^Prime[n!] - Prime[n!]^n, {n, 0, 4}] (* Michael De Vlieger, Sep 14 2015 *)
PROG
(PARI) a(n) = n^prime(n!) - prime(n!)^n;
vector (6, n, a(n-1))
(Magma) [n^NthPrime(Factorial(n)) - NthPrime(Factorial(n))^n: n in [0..6]]; // Vincenzo Librandi, Sep 15 2015
CROSSREFS
Sequence in context: A252881 A183669 A234830 * A104827 A198171 A220467
KEYWORD
sign,easy
AUTHOR
Altug Alkan, Sep 14 2015
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 20 06:42 EDT 2024. Contains 371799 sequences. (Running on oeis4.)