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!)
A075985 Numbers k such that k^5 + 6^k is prime. 1
1, 11, 41, 121, 157, 5317, 58247, 74741 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Corresponding primes are in A075984.
LINKS
MATHEMATICA
k = 1; lst = {}; While[k < 30001, If[ PrimeQ[k^5 + 6^k], AppendTo[lst, k]; Print@ k]; k++]; lst (* Robert G. Wilson v, Dec 16 2010 *)
Select[Range[5500], PrimeQ[#^5+6^#]&] (* Harvey P. Dale, Feb 14 2018 *)
PROG
(Magma) [n: n in [0..900] | IsPrime(n^5+6^n)]; // Vincenzo Librandi, Dec 16 2010
(PARI) is(n)=ispseudoprime(n^5+6^n) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Sequence in context: A260266 A195117 A027086 * A356125 A334545 A268930
KEYWORD
nonn,more,changed
AUTHOR
Zak Seidov, Oct 17 2002
EXTENSIONS
a(7)-a(8) from Michael S. Branicky, Aug 10 2024
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 August 18 01:57 EDT 2024. Contains 375255 sequences. (Running on oeis4.)