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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A202340 Number of times n occurs in Hofstadter H-sequence A005374. 4
1, 2, 1, 1, 2, 2, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 2, 2, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 2, 2, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 2, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

COMMENTS

a(A202341(n)) = 1; a(A202342(n)) = 2.

LINKS

_Reinhard Zumkeller_, Table of n, a(n) for n = 0..10000

Eric Weisstein's World of Mathematics, Hofstadter H-Sequence.

Wikipedia, Hofstadter sequence

Index entries for Hofstadter-type sequences

PROG

(Haskell)

import Data.List (group)

a202340 n = a202340_list !! n

a202340_list = map length $ group a005374_list

CROSSREFS

Sequence in context: A051287 A216031 A176261 * A049705 A060236 A006345

Adjacent sequences:  A202337 A202338 A202339 * A202341 A202342 A202343

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller, Dec 17 2011

STATUS

approved

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 May 23 16:56 EDT 2013. Contains 225610 sequences.