Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A217137 Numbers k such that 3^k + 10 is prime. 20
0, 1, 2, 3, 6, 8, 18, 36, 98, 114, 134, 138, 212, 252, 516, 1166, 2321, 2442, 2732, 4569, 8622, 8709, 16487, 22722, 25242, 29928, 32034, 33783, 34001, 44934, 50868, 77861, 90188, 102102, 171843, 178226, 273521 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(37) > 2*10^5. - Robert Price, Oct 23 2013
a(38) > 3*10^5. - Tyler NeSmith, Jan 16 2021
LINKS
MATHEMATICA
Select[Range[0, 5000], PrimeQ[3^# + 10] &]
PROG
(PARI) for(n=0, 5*10^3, if(isprime(3^n+10), print1(n", ")))
CROSSREFS
Sequence in context: A022542 A220418 A064450 * A248824 A130623 A072847
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Oct 01 2012
EXTENSIONS
a(21)-a(36) from Robert Price, Oct 23 2013
a(37) from Tyler NeSmith, Jan 16 2021
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 September 8 19:56 EDT 2024. Contains 375759 sequences. (Running on oeis4.)