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!)
A113444 a(n) = a(n-1) + Sum_{0<k<=n/5} a(n-5k) with a(0)=1. 4
1, 1, 1, 1, 1, 2, 3, 4, 5, 6, 9, 13, 18, 24, 31, 43, 60, 83, 113, 151, 206, 283, 389, 532, 721, 982, 1342, 1837, 2512, 3422, 4665, 6367, 8699, 11886, 16218, 22126, 30195, 41226, 56299, 76849, 104883, 143147, 195404, 266776, 364175, 497092, 678503, 926164 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
If presented in five rows a(5n) a(5n+1).. a(5n+4) each term is the sum of the previous term in the sequence and the partial sum of its row.
LINKS
FORMULA
G.f.: (1-x^5)/(1-x-2*x^5+x^6).
a(n) = a(n-1) + 2*a(n-5) - a(n-6).
a(n) = 11*a(n-5) -45*a(n-10) +90*a(n-15) -90*a(n-20) +37*a(n-25)-a(n-30).
MATHEMATICA
CoefficientList[Series[(1 - x^5)/(1 - x - 2*x^5 + x^6), {x, 0, 50}], x] (* G. C. Greubel, Mar 11 2017 *)
PROG
(PARI) x='x+O('x^50); Vec((1-x^5)/(1-x-2*x^5+x^6)) \\ G. C. Greubel, Mar 11 2017
CROSSREFS
Sequence in context: A017833 A114044 A351724 * A228669 A308020 A200444
KEYWORD
nonn,easy
AUTHOR
Floor van Lamoen, Nov 04 2005
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)