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!)
A219617 Numbers k such that 3^k + 2^k + 10 is prime. 1
2, 4, 8, 10, 12, 34, 50, 62, 100, 128, 284, 342, 984, 4172, 4334, 7004, 10282, 15580, 17442, 19548, 21422, 22528, 51752 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[2, 15000, 2], PrimeQ[3^# + 2^# + 10] &]
PROG
(PARI) is(n)=ispseudoprime(3^n+2^n+10) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A176928 (associated primes).
Sequence in context: A155133 A331669 A154788 * A100278 A075333 A297250
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Dec 01 2012
EXTENSIONS
a(16)-a(17) from Bruno Berselli, Dec 06 2012
a(18)-a(23) from Michael S. Branicky, Mar 21 2023
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 11:14 EDT 2024. Contains 371791 sequences. (Running on oeis4.)