A217377 a(n) is the smallest m>=0 such that ((5n+1)*6^m-1)/5 is prime; or -1 if no such value exists.
1, 0, 0, 2, 0, 1, 0, 4, 2, 1, 0, 1, 0, 3, 2, 1, 0, 1, 0, 2, 1, 4, 0, 3, 1, 1, 1, 3, 0, 1, 0, 1, 1, 2, 1, 2, 0, 1, 3, 1, 0, 15, 0, 3, 1, 1, 0, 4, 3, 3008, 1, 1, 0, 2, 1, 1, 4, 1, 0, 3, 0, 1, 1, 2, 2, 1, 0, 1, 3, 1, 0, 1, 0, 2, 2, 1, 1, 4, 0, 2, 1, 4, 0, 5, 2, 8
Offset: 1
Keywords
Examples
a(8)=4, because 4 is the smallest value for m such that ((5*8+1)*6^m-1)/5 is prime. The prime value is (41*6^4-1)/5 = 6*(6*(6*(6*8+1)+1)+1)+1 = 10627.
Links
- Dmitri Kamenetsky, Table of n, a(n) for n = 1..1246
Crossrefs
Cf. A040081.
Comments