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!)
A276604 After a(0)=0, the first differences of A276623. 3
0, 2, 2, 4, 2, 2, 4, 4, 6, 2, 2, 4, 4, 4, 4, 6, 4, 6, 6, 4, 8, 2, 2, 4, 4, 4, 4, 6, 4, 6, 6, 4, 8, 6, 4, 8, 8, 4, 6, 6, 4, 8, 6, 4, 6, 8, 4, 8, 8, 10, 2, 2, 4, 4, 4, 4, 6, 4, 6, 6, 4, 8, 6, 4, 8, 8, 4, 6, 6, 4, 8, 6, 4, 6, 8, 4, 8, 8, 10, 6, 4, 6, 8, 4, 8, 8, 10, 8, 8, 10, 4, 6, 6, 4, 8, 6, 4, 6, 8, 4, 8, 8, 10, 6, 4, 6, 8, 4, 8, 8, 8, 8, 8, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A053735(A276623(n)).
a(0) = 0; for n >= 1, a(n) = A276623(n) - A276623(n-1).
PROG
(Scheme, two alternatives)
(define (A276604 n) (A053735 (A276623 n)))
(define (A276604 n) (if (zero? n) n (- (A276623 n) (A276623 (- n 1)))))
CROSSREFS
Cf. A053735, A276623, A276605 (terms divided by 2).
Sequence in context: A242734 A309709 A143230 * A072301 A127171 A215655
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Sep 11 2016
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 September 15 10:10 EDT 2024. Contains 375932 sequences. (Running on oeis4.)