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!)
A262504 First differences of A262502. 2
1, 2, 4, 4, 6, 6, 8, 9, 10, 12, 12, 12, 12, 12, 16, 16, 16, 16, 18, 18, 18, 20, 20, 20, 20, 20, 20, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 30, 30, 30, 30, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 48 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Which of the terms of A002183 occur here, and for how many times each?
LINKS
FORMULA
a(n) = A262502(n+1) - A262502(n).
PROG
(Scheme) (define (A262504 n) (- (A262502 (+ 1 n)) (A262502 n)))
CROSSREFS
Sequence in context: A014684 A113638 A187323 * A211514 A111457 A161765
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 24 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 17 08:10 EDT 2024. Contains 372579 sequences. (Running on oeis4.)