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!)
A241861 Primes of the form 2*3^k - k. 1
2, 5, 188286357631, 15018933029959449607893431916515023, 1643356469972045002664087635582629208716484341598400533 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Generated by k = 0, 1, 23, 71, 113,.. - Michel Marcus, May 11 2014
No other terms for k < 100000. - Jens Kruse Andersen, May 19 2014
LINKS
EXAMPLE
2 is in this sequence because 2*3^0 - 0 = 2.
MATHEMATICA
Select[Table[2 3^n - n, {n, 0, 300}], PrimeQ] (* Vincenzo Librandi, Oct 21 2014 *)
PROG
(Magma) [a: n in [0..150] | IsPrime(a) where a is 2*3^n - n]; // Juri-Stepan Gerasimov, Apr 30 2014
CROSSREFS
Sequence in context: A325957 A247148 A139062 * A340984 A122760 A358029
KEYWORD
nonn
AUTHOR
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 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)