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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)