OFFSET
1,2
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Steven Harvey, Generalized Woodall Search
MATHEMATICA
Select[Range[10000], PrimeQ[# 3^# - 1] &] (* Vincenzo Librandi, Dec 02 2015 *)
PROG
(Magma) [n: n in [0..1420] | IsPrime(n*3^n-1)]; // Vincenzo Librandi, Dec 02 2015
(PARI) is(n)=ispseudoprime(n*3^n-1) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
KEYWORD
hard,nonn
AUTHOR
EXTENSIONS
More terms from Jud McCranie
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 05 2008
a(24)-a(25) from Harvey link by Ray Chandler, Apr 10 2016
STATUS
approved