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!)
A100105 a(n) = 2^prime(n)-prime(n). 3
2, 5, 27, 121, 2037, 8179, 131055, 524269, 8388585, 536870883, 2147483617, 137438953435, 2199023255511, 8796093022165, 140737488355281, 9007199254740939, 576460752303423429, 2305843009213693891 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
seq( (2^ithprime(x)-ithprime(x)), x=1..20);
MATHEMATICA
f[n_]:=(2^Prime[n]-Prime[n]); Array[f, 4!, 1] (* Vladimir Joseph Stephan Orlovsky, Oct 17 2009 *)
PROG
(Magma) [2^p - p: p in PrimesUpTo(80)]; // Vincenzo Librandi, Jun 03 2014
CROSSREFS
Sequence in context: A090744 A041571 A042259 * A087130 A265266 A097565
KEYWORD
nonn
AUTHOR
Jorge Coveiro, Dec 26 2004
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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)