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!)
A241573 2^p + 3 where p is prime. 6
7, 11, 35, 131, 2051, 8195, 131075, 524291, 8388611, 536870915, 2147483651, 137438953475, 2199023255555, 8796093022211, 140737488355331, 9007199254740995, 576460752303423491, 2305843009213693955, 147573952589676412931, 2361183241434822606851 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[2^Prime[n] + 3, {n, 20}]
PROG
(Magma) [2^p+3: p in PrimesUpTo(100)];
(Sage) [2^p+3 for p in primes(100)] # Bruno Berselli, Apr 29 2014
CROSSREFS
Cf. sequences of the form 2^p+k with p prime: A034785 (k=0), A001348 (k=-1), A098640 (k=1), A241676 (k=-3), this sequence (k=3), A241678 (k=-5), A241677 (k=5), A098815 (k=-7), A241679 (k=7), A098231 (k=-11), A241680 (k=11).
Sequence in context: A043110 A043890 A132355 * A215442 A019416 A138122
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Apr 29 2014
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 May 9 19:33 EDT 2024. Contains 372354 sequences. (Running on oeis4.)