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!)
A217347 Numbers k such that 3^k - 10 is prime. 19
3, 4, 5, 6, 8, 17, 18, 21, 22, 36, 38, 41, 54, 56, 81, 92, 100, 106, 160, 310, 406, 560, 902, 5549, 9926, 12334, 19374, 19995, 20166, 39609, 62900, 186903, 244461 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(33) > 2*10^5. - Robert Price, Sep 07 2013
a(34) > 3*10^5. - Tyler NeSmith, Oct 03 2022
LINKS
MATHEMATICA
Select[Range[2, 5000], PrimeQ[3^# - 10] &]
PROG
(PARI) for(n=2, 5*10^3, if(isprime(3^n-10), print1(n", ")))
(Magma) /* The code produces the sequence up to 560: */ [n: n in [2..800] | IsPrime(3^n - 10)];
CROSSREFS
Sequence in context: A073568 A094576 A103103 * A249798 A037348 A277898
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Oct 01 2012
EXTENSIONS
a(24)-a(32) from Robert Price, Sep 07 2013
a(33) from Tyler NeSmith, Oct 03 2022
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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)