login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A053758
a(n) = a(a(n-5))+a(n-a(n-5)) if n>2 otherwise a(n)=1.
0
1, 1, 1, 1, 1, 2, 3, 4, 5, 6, 6, 7, 8, 9, 10, 11, 12, 12, 13, 14, 15, 16, 16, 17, 18, 18, 19, 20, 21, 22, 23, 24, 24, 25, 26, 26, 27, 28, 29, 30, 31, 32, 33, 34, 34, 35, 36, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 46, 47, 48, 48, 49, 49, 50, 51, 52
OFFSET
-2,6
MAPLE
a := proc(n) option remember; if n<=2 then 1 else a(a(n-5))+a(n-a(n-5)); fi; end;
CROSSREFS
Sequence in context: A210062 A245337 A006164 * A303789 A145569 A213851
KEYWORD
easy,nonn
AUTHOR
Henry Bottomley, Apr 05 2000
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy