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!)
A111210 Primes of the form (2^k - prime(k))/3. 0
3, 7, 17, 37, 79, 163, 183251937907, 96076792050570491, 27043212804868893898596335047829, 1772303994379887830538409413707125877, 510831846955296286119449009050103061206246374061200369 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding k's are 4, 5, 6, 7, 8, 9, 39, 58, 106, 122, 180, 309, 357, 696, ... - Michel Marcus, Jul 04 2021
LINKS
MATHEMATICA
a = Flatten[Table[If[PrimeQ[(2^n - Prime[n])/3] == True, (2^n - Prime[n])/3, {}], {n, 1, 100}]]
Table[ If[PrimeQ[(2^n - Prime[n])/3], (2^n - Prime[n])/3, {}], {n, 1, 200}]]//Flatten (* Robert G. Wilson v, Oct 31 2005 *)
CROSSREFS
Cf. A111209.
Sequence in context: A110930 A026646 A026668 * A033489 A357212 A323583
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Oct 25 2005
EXTENSIONS
a(9)-a(11) from Robert G. Wilson v, Oct 31 2005
Edited by N. J. A. Sloane, Nov 19 2005
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)