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!)
A096185 Numbers k such that 7^k + 6^(k-1) is prime. 19
3, 4, 8, 9, 16, 25, 33, 40, 116, 201, 208, 504, 579, 964, 1060, 1160, 1508, 1969, 4615, 7311, 65964, 83121, 87396 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(24) > 10^5. - Robert Price, Mar 23 2016
LINKS
MATHEMATICA
Do[ If[ PrimeQ[7^n + 6^(n - 1)], Print[n]], {n, 4000}]
PROG
(PARI) lista(nn) = {for(n=1, nn, if(ispseudoprime(7^n+6^(n-1)), print1(n, ", "))); } \\ Altug Alkan, Mar 23 2016
CROSSREFS
Sequence in context: A193351 A243985 A200727 * A137640 A165362 A245282
KEYWORD
nonn,more
AUTHOR
Herman H. Rosenfeld (herm3(AT)pacbell.net) and Robert G. Wilson v, Jun 18 2004
EXTENSIONS
a(19)-a(23) from Robert Price, Mar 23 2016
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 July 28 00:45 EDT 2024. Contains 374674 sequences. (Running on oeis4.)