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!)
A057871 Numbers k such that 3*13^k + 2 is prime. 1
0, 1, 2, 22, 25, 35, 49, 95, 105, 107, 302, 351, 1907, 3435, 5051, 6885 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(17) > 10000. - Jinyuan Wang, Feb 02 2020
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 3*13^n + 2 ], Print[ n ] ], {n, 0, 1500} ]
Select[Range[0, 4000], PrimeQ[(3*13^# + 2)] &] (* Vincenzo Librandi, Sep 28 2012 *)
PROG
(PARI) is(n)=ispseudoprime(3*13^n+2) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A058025 (3*13^k - 2 is prime).
Sequence in context: A022373 A111751 A037416 * A152243 A074160 A368406
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Nov 15 2000
EXTENSIONS
a(13)-a(14) from Vincenzo Librandi, Sep 28 2012
a(15)-a(16) from Jinyuan Wang, Feb 02 2020
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.)