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!)
A216890 Numbers n such that 14*3^n + 1 is prime. 1
1, 2, 3, 18, 22, 26, 27, 33, 39, 57, 62, 94, 145, 246, 390, 398, 402, 571, 690, 906, 1062, 1254, 1367, 1627, 1954, 2409, 3107, 14754, 15378, 24219, 46138, 98883, 161178 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The next terms are > 6000.
a(34) > 2*10^5. - Robert Price, Mar 16 2014
All terms are verified primes (i.e., not probable primes). - Robert Price, Mar 16 2014
LINKS
MATHEMATICA
Select[Range[4000], PrimeQ[14 3^# + 1] &]
PROG
(Magma) [n: n in [0..4000] | IsPrime(14*3^n+1)];
(PARI) is(n)=ispseudoprime(14*3^n+1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A321212 A037317 A112664 * A370362 A047191 A096308
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Sep 26 2012
EXTENSIONS
a(28)-a(33) from Robert Price, Mar 16 2014
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)