The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A287643 a(1) = ... = a(6) = 1; a(n) = a(a(n-3)) + a(n-a(n-6)) for n > 6. 1
1, 1, 1, 1, 1, 1, 2, 3, 4, 5, 6, 7, 7, 7, 8, 8, 8, 9, 10, 10, 11, 12, 13, 14, 15, 15, 15, 16, 16, 16, 16, 16, 17, 17, 18, 18, 19, 21, 21, 23, 24, 25, 27, 27, 29, 28, 28, 29, 28, 29, 28, 30, 31, 31, 31, 31, 32, 32, 32, 32, 32, 32, 32, 32, 33, 33, 34, 35, 36, 38, 39, 39, 42, 42, 42, 46, 46 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
COMMENTS
This sequence has similar generational structure with A284511. Up to 2^20 see the plot of a(n) - A284511(n) in links section.
LINKS
PROG
(PARI) q=vector(2^10); q[1]=q[2]=q[3]=q[4]=q[5]=q[6]=1; for(n=7, #q, q[n]=q[q[n-3]]+q[n-q[n-6]]); vector(2^10, n, q[n])
CROSSREFS
Sequence in context: A291567 A132125 A102672 * A114955 A209384 A060207
KEYWORD
nonn
AUTHOR
Altug Alkan, May 29 2017
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 May 19 02:48 EDT 2024. Contains 372666 sequences. (Running on oeis4.)