The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A242176 Numbers k such that k*6^k + 1 is prime. 9
1, 2, 91, 185, 387, 488, 747, 800, 9901, 10115, 12043, 13118, 30981, 51496 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[1500], PrimeQ[# 6^# + 1] &]
PROG
(Magma) [n: n in [0..1500] | IsPrime(n*6^n+1)];
(PARI) is(n)=ispseudoprime(n*6^n+1) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Cf. numbers n such that n*k^n + 1 is prime: A005849 (k=2), A006552 (k=3), A007646 (k=4), this sequence (k=6), A242177 (k=7), A242178 (k=8), A007647 (k=10), A242196 (k=12), A242197 (k=14), A242198 (k=15), A242199 (k=16), A007648 (k=18).
Sequence in context: A306964 A138583 A193747 * A024240 A266653 A116162
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, May 08 2014
EXTENSIONS
a(9)-a(14) 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 June 4 19:35 EDT 2024. Contains 373102 sequences. (Running on oeis4.)