login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064654 Length of n-th run of evens or odds in A064413. 3
1, 3, 2, 3, 2, 2, 2, 4, 3, 1, 2, 2, 2, 3, 2, 2, 3, 3, 2, 5, 2, 1, 2, 2, 2, 2, 2, 4, 3, 4, 3, 1, 1, 2, 2, 1, 2, 3, 2, 2, 1, 2, 2, 2, 2, 5, 3, 1, 2, 2, 2, 1, 2, 4, 2, 2, 3, 3, 2, 2, 3, 1, 2, 4, 1, 2, 3, 1, 2, 3, 3, 4, 2, 2, 3, 5, 1, 2, 2, 1, 1, 3, 3, 1, 2, 2, 2, 4, 2, 2, 5, 1, 1, 2, 3, 1, 1, 5, 2, 4, 1, 3, 3, 3, 1, 1 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Also gives lengths of runs of zeros and ones in A195376.

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 1..10000

Matthew M. Conroy, Home page (listed instead of email address)

J. C. Lagarias, E. M. Rains and N. J. A. Sloane, The EKG sequence, Exper. Math. 11 (2002), 437-446.

Index entries for sequences related to EKG sequence

PROG

(Haskell)

import Data.List (group)

a064654 n = a064654_list !! (n-1)

a064654_list = map length $ group a195376_list

-- Reinhard Zumkeller, Sep 17 2001

CROSSREFS

Cf. A064413, A064655, A065656.

Sequence in context: A096839 A099891 A096835 * A162229 A056564 A082844

Adjacent sequences:  A064651 A064652 A064653 * A064655 A064656 A064657

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Oct 09 2001

EXTENSIONS

More terms from Matthew M. Conroy, Oct 16 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 19:37 EST 2012. Contains 205663 sequences.