The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A260723 First differences of Ludic numbers: a(n) = A003309(n+1) - A003309(n). 8
1, 1, 2, 2, 4, 2, 4, 6, 2, 4, 8, 4, 2, 4, 6, 8, 6, 4, 6, 6, 6, 2, 6, 10, 8, 4, 2, 6, 4, 12, 6, 8, 4, 12, 2, 4, 2, 12, 16, 2, 10, 2, 4, 6, 2, 4, 8, 10, 8, 12, 6, 4, 14, 6, 6, 16, 2, 6, 4, 12, 6, 2, 16, 6, 6, 8, 10, 8, 4, 2, 10, 2, 4, 8, 18, 4, 8, 6, 12, 4, 6, 6, 8, 10, 8, 6, 12, 12, 12, 4, 12, 2, 12, 6, 4, 8, 18, 4, 6, 6, 8, 6, 12, 6, 6, 6, 4, 20, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A003309(n+1) - A003309(n).
PROG
(Scheme) (define (A260723 n) (- (A003309 (+ n 1)) (A003309 n)))
CROSSREFS
Cf. A003309.
Cf. also A001223, A031883, A260722.
Sequence in context: A109526 A309894 A331118 * A059214 A091820 A171922
KEYWORD
nonn
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 May 14 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)