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!)
A220788 Numbers n such that 7^n + 6^n is prime. 0
0, 1, 4, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Next term is > 15000 if it exists.
LINKS
MATHEMATICA
Join[{0, 1}, Select[2 Range[500], PrimeQ[7^# + 6^#] &]]
PROG
(Magma) /* The program does not work for n>2700: */ [n: n in [0..1000]| IsPrime(7^n + 6^n)];
(PARI) for(n=0, 1000, if(isprime(7^n + 6^n), print1(n, ", ")))
CROSSREFS
Sequence in context: A070037 A297859 A298127 * A330315 A061849 A052107
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Jan 10 2013
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)