proposed
approved
proposed
approved
editing
proposed
Next Smallest prime after >= n-th Lucas number.
2, 5, 2, 3, 5, 7, 11, 13, 19, 31, 53, 29, 47, 79, 127, 211, 199, 331, 523, 521, 853, 1367, 2213, 3581, 2207, 3571, 5779, 9371, 9349, 15131, 24481, 39607, 64081, 103687, 167771, 271451, 439217, 710663, 1149857, 1860503, 3010363, 3010349, 4870861, 7881221, 12752053, 20633279, 33385291, 54018533, 54018521, 87403831
1,0,1
a(46) = 11 19 because A000204(4) = 7 and 19 is the next smallest prime is 11not less than 18 (the 6th Lucas number).
Table[Prime[1 + PrimePi[LucasL[n]]], {n, 1, 60}]
NextPrime/@(LucasL[Range[0, 50]]-1)
proposed
editing
editing
proposed
allocated for Michel LagneauNext prime after n-th Lucas number.
2, 5, 5, 11, 13, 19, 31, 53, 79, 127, 211, 331, 523, 853, 1367, 2213, 3581, 5779, 9371, 15131, 24481, 39607, 64081, 103687, 167771, 271451, 439217, 710663, 1149857, 1860503, 3010363, 4870861, 7881221, 12752053, 20633279, 33385291, 54018533, 87403831
1,1
a(4) = 11 because A000204(4) = 7 and the next prime is 11.
Table[Prime[1 + PrimePi[LucasL[n]]], {n, 1, 60}]
Cf. A000204.
allocated
nonn
Michel Lagneau, Nov 02 2012
approved
editing
allocated for Michel Lagneau
allocated
approved