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!)
A255337 After a(0) = 0, the first differences of A255057: for n >= 1: a(n) = A255057(n) - A255057(n-1). 4
0, 1, 1, 1, 2, 1, 1, 2, 2, 2, 1, 1, 1, 2, 3, 2, 2, 2, 2, 1, 1, 1, 2, 3, 2, 3, 3, 2, 1, 2, 3, 2, 2, 2, 2, 1, 1, 1, 2, 3, 2, 3, 2, 2, 3, 3, 3, 3, 3, 2, 1, 2, 3, 2, 3, 3, 2, 1, 2, 3, 2, 2, 2, 2, 1, 1, 1, 2, 3, 2, 3, 2, 2, 3, 3, 3, 3, 2, 2, 3, 3, 3, 4, 3, 3, 3, 3, 3, 3, 2, 1, 2, 3, 2, 3, 2, 2, 3, 3, 3, 3, 3, 2, 1, 2, 3, 2, 3, 3, 2, 1, 2, 3, 2, 2, 2, 2, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Used for computing A255338 and A255339.
LINKS
FORMULA
a(n) = A005811(A255056(n))/2.
a(0) = 0; and for n >= 1: a(n) = A255057(n) - A255057(n-1).
a(n) = A255336(n)/2.
PROG
(Scheme, two versions)
(define (A255337 n) (/ (A005811 (A255056 n)) 2))
(define (A255337 n) (if (zero? n) n (- (A255057 n) (A255057 (- n 1)))))
CROSSREFS
First differences of A255057.
Terms of A255336 divided by 2.
Sequence in context: A217463 A109073 A341694 * A026465 A051486 A218541
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 21 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 March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)