Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A114510
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A114510 a(1) = 0. s(0) = {0}. s(n) = s(n-1) U s(a(n)) U {n}, where U represents a concatenation of finite sequences. The sequence {a(n)} is the limit of s(m) as m -> infinity. +0
3
0, 0, 1, 0, 2, 0, 0, 1, 3, 0, 4, 0, 0, 1, 0, 2, 5, 0, 6, 0, 7, 0, 0, 1, 8, 0, 0, 1, 0, 2, 0, 0, 1, 3, 9, 0, 10, 0, 0, 1, 0, 2, 0, 0, 1, 3, 0, 4, 11, 0, 12, 0, 13, 0, 0, 1, 14, 0, 15, 0, 0, 1, 0, 2, 16, 0, 0, 1, 0, 2, 0, 0, 1, 3, 0, 4, 0, 0, 1, 0, 2, 5, 17, 0, 18, 0, 0, 1, 0, 2, 0, 0, 1, 3, 0, 4, 0, 0, 1, 0 (list; graph; listen)
OFFSET

1,5

COMMENT

Number of terms in s(n) is A114512(n).

EXAMPLE

s(1) = {0,0,1}, s(2) = {0,0,1,0,2}. s(3) = s(2) U s(a(3)) U {3} =

{0,0,1,0,2} U {0,0,1} U {3} = {0,0,1,0,2,0,0,1,3}, which are the first 9 terms of {a(n)}.

MATHEMATICA

s[0] = {0}; s[n_] := s[n] = Flatten[{s[n - 1], s[s[n - 1][[n]]], {n}}]; s[19] (*Chandler*)

CROSSREFS

Cf. A114511, A114512.

Sequence in context: A056885 A029373 A029362 this_sequence A077029 A079488 A052553

Adjacent sequences: A114507 A114508 A114509 this_sequence A114511 A114512 A114513

KEYWORD

easy,nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Dec 03 2005

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Dec 05 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research