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!)
A089919 Numbers n such that 3^prime(n) - 2 is prime. 0
1, 3, 12, 13, 66, 100, 369 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No additional terms up to n=1000. - Harvey P. Dale, Oct 10 2016
LINKS
MATHEMATICA
Select[Range[370], PrimeQ[3^Prime[#]-2]&] (* Harvey P. Dale, Oct 10 2016 *)
PROG
(PARI) f(n) = for(x=1, n, if(ispseudoprime(3^prime(x)-2), print1(x, ", ")))
CROSSREFS
Sequence in context: A353439 A117061 A341799 * A222711 A176796 A242130
KEYWORD
nonn
AUTHOR
Cino Hilliard, Jan 11 2004
EXTENSIONS
Definition corrected by Jorge Coveiro, Jan 31 2006, Jul 25 2006
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 March 29 06:15 EDT 2024. Contains 371265 sequences. (Running on oeis4.)