Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A134679
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A134679 a(1) = ... = a(6) = 1; a(n)=a(n-a(n-1))+a(n-a(n-6)). +0
2
1, 1, 1, 1, 1, 1, 2, 3, 4, 5, 6, 7, 7, 8, 8, 9, 9, 10, 11, 11, 12, 12, 14, 13, 15, 14, 15, 16, 15, 17, 17, 18, 18, 19, 20, 20, 20, 21, 22, 22, 23, 23, 25, 25, 25, 25, 25, 29, 24, 29, 26, 29, 29, 30, 32, 28, 32, 29, 34, 31, 32, 36, 32, 38, 32, 39, 36, 36, 38, 36, 42, 35, 41, 39, 40 (list; graph; listen)
OFFSET

1,7

LINKS

T. D. Noe, Table of n, a(n) for n=1..2354 (complete sequence)

MATHEMATICA

Clear[a]; a[n_] := a[n] = If[n<=6, 1, a[n-a[n-1]]+a[n-a[n-6]]]; t={1}; n=2; While[n<10000 && a[n-1]<n, AppendTo[t, a[n]]; n++ ]; t

CROSSREFS

Cf. A132172.

Sequence in context: A102672 A114955 A060207 this_sequence A100721 A095703 A101041

Adjacent sequences: A134676 A134677 A134678 this_sequence A134680 A134681 A134682

KEYWORD

nonn

AUTHOR

T. D. Noe (noe(AT)sspectra.com), Nov 06 2007

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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research