login
A265859
Unluckiness of n.
4
0, 1, 0, 1, 2, 1, 0, 1, 0, 1, 2, 1, 0, 1, 0, 1, 2, 1, 3, 1, 0, 1, 2, 1, 0, 1, 4, 1, 2, 1, 0, 1, 0, 1, 2, 1, 0, 1, 3, 1, 2, 1, 0, 1, 5, 1, 2, 1, 0, 1, 0, 1, 2, 1, 6, 1, 4, 1, 2, 1, 3, 1, 0, 1, 2, 1, 0, 1, 0, 1, 2, 1, 0, 1, 0, 1, 2, 1, 0, 1, 3, 1, 2, 1, 7, 1, 0
OFFSET
1,5
COMMENTS
If n is lucky, a(n)=0; if n is unlucky, a(n) is the step at which n is rejected from the lucky number sieve.
LINKS
FORMULA
a(n) = (1-A145649(n)) * A260438(n). - Antti Karttunen, Sep 11 2016, corrected Nov 15 2019
PROG
(Scheme) (define (A265859 n) (* (- 1 (A145649 n)) (A260438 n))) ;; Antti Karttunen, Sep 11 2016
CROSSREFS
Cf. also arrays A255543, A255545.
Cf. A271420 (analogous sequence).
Sequence in context: A257260 A334208 A159195 * A271420 A099313 A316491
KEYWORD
nonn
AUTHOR
Max Barrentine, Dec 17 2015
STATUS
approved