A115603 My teacher gave this as a "riddle".
1, 10, 14, 30
Offset: 0
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
LinearRecurrence[{2,1,-4,1,2,-1},{1,10,14,30,39,64},50] (* Harvey P. Dale, Sep 26 2020 *)
a(n) = sum(k=0, n, (if(k%2==0, k+2, k+5)/2)^2)
Accumulate[Array[#+Mod[#+1,3]&,70,0]^2] (* Harvey P. Dale, Mar 29 2013 *)
Vec(x*(1 + 8*x - 5*x^2 + 10*x^3 + 4*x^4 - x^5 + x^6) / ((1 - x)^4*(1 + x + x^2)^2) + O(x^40)) \\ Colin Barker, Aug 03 2020
Comments