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!)
A260721 Half the difference between n-th odd Ludic and n-th Lucky number: a(1) = 0; a(n) = (A003309(n+1) - A000959(n))/2. 2
0, 0, -1, -1, -1, -1, -2, -1, -3, -2, 0, -1, -3, -2, -5, -3, -1, -1, 1, 2, 1, -1, -1, 1, 2, 2, -3, -1, -1, 4, 4, 3, 1, 5, 3, 4, -4, 0, 7, 5, 8, 6, 4, 5, 2, 2, 5, 8, 3, 8, 8, 7, 9, 11, 12, 16, 14, 15, 11, 16, 16, 15, 19, 17, 16, 18, 20, 15, 14, 14, 16, 12, 11, 12, 18, 19, 21, 15, 15, 11, 13, 13, 15, 19, 20, 15, 18, 23, 24, 23, 28, 27, 27, 27, 20, 23 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
LINKS
FORMULA
a(1) = 0; a(n) = (A003309(n+1) - A000959(n))/2.
a(n) = A260722(n)/2.
PROG
(Scheme) (define (A260721 n) (if (= 1 n) 0 (/ (- (A003309 (+ 1 n)) (A000959 n)) 2)))
CROSSREFS
Sequence in context: A305354 A227860 A020779 * A275318 A190431 A325178
KEYWORD
sign
AUTHOR
Antti Karttunen, Aug 06 2015
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 16 10:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)