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!)
A240817 a(1) = 1 for n <= 5; thereafter a(n) = a(n-a(n-2))+a(n-a(n-5)) for n>3. 1
1, 1, 1, 1, 1, 2, 4, 6, 7, 8, 8, 7, 5, 8, 12, 12, 9, 7, 16, 11, 8, 13, 24, 14, 9, 14, 15, 9, 20, 16, 17, 21, 26, 13, 23, 40, 20 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
COMMENTS
Sequence dies (i.e. becomes undefined) after 37 terms.
LINKS
PROG
(Magma) [n le 5 select 1 else Self(n-Self(n-2))+Self(n-Self(n-5)): n in [1..37]]; // Vincenzo Librandi, Sep 10 2016
CROSSREFS
Sequence in context: A331379 A023835 A272633 * A174416 A228728 A138888
KEYWORD
nonn,fini,full
AUTHOR
N. J. A. Sloane, Apr 15 2014
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)