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!)
A242196 Numbers k such that k*12^k + 1 is prime. 3
1, 8, 247, 3610, 4775, 19789, 187895 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[2300], PrimeQ[# 12^# + 1] &]
PROG
(Magma) [n: n in [0..2300] | IsPrime(n*12^n+1)]
(PARI) is(n)=ispseudoprime(n*12^n+1) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Cf. similar sequences listed in A242176.
Sequence in context: A062481 A053089 A090241 * A316802 A299648 A219269
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, May 08 2014
EXTENSIONS
a(4)- a(7) 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 March 29 07:27 EDT 2024. Contains 371265 sequences. (Running on oeis4.)