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!)
A242197 Numbers k such that k*14^k + 1 is prime. 3
3, 5, 6, 9, 33, 45, 243, 252, 1798, 2429, 5686, 12509, 42545 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[2000], PrimeQ[# 14^# + 1] &]
PROG
(Magma) [n: n in [0..2000] | IsPrime(n*14^n+1)];
(PARI) is(n)=ispseudoprime(n*14^n+1) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Cf. similar sequences listed in A242176.
Sequence in context: A095829 A054871 A248644 * A283051 A244671 A232531
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, May 08 2014
EXTENSIONS
a(10)-a(13) from Loeh's list (see Links) - Bruno Berselli, May 08 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 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)