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!)
A140157 a(1)=1, a(n) = a(n-1) + n^4 if n odd, a(n) = a(n-1) + n^0 if n is even. 2
1, 2, 83, 84, 709, 710, 3111, 3112, 9673, 9674, 24315, 24316, 52877, 52878, 103503, 103504, 187025, 187026, 317347, 317348, 511829, 511830, 791671, 791672, 1182297, 1182298, 1713739, 1713740, 2421021, 2421022, 3344543, 3344544, 4530465 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,5,-5,-10,10,10,-10,-5,5,1,-1).
FORMULA
G.f.: x*(1 + x + 76*x^2 - 4*x^3 + 230*x^4 + 6*x^5 + 76*x^6 - 4*x^7 + x^8 + x^9)/((1+x)^5*(x-1)^6). - R. J. Mathar, Feb 22 2009
MATHEMATICA
a = {}; r = 4; s = 0; Do[k = 0; Do[k = k + (Sin[Pi m/2]^2) m^r + (Cos[Pi m/2]^2) m^s, {m, 1, n}]; AppendTo[a, k], {n, 1, 100}]; a (* Artur Jasinski *)
LinearRecurrence[{1, 5, -5, -10, 10, 10, -10, -5, 5, 1, -1}, {1, 2, 83, 84, 709, 710, 3111, 3112, 9673, 9674, 24315}, 50] (* or *) Table[(1/60)*(15*(-1 + (-1)^n) + (29 +15*(-1)^n)*n + 10*(1 -3*(-1)^n)*n^3 + 15*(1 -(-1)^n)*n^4 + 6*n^5), {n, 1, 50}] (* G. C. Greubel, Jul 05 2018 *)
PROG
(PARI) for(n=1, 50, print1((1/60)*(15*(-1 + (-1)^n) + (29 +15*(-1)^n)*n + 10*(1 -3*(-1)^n)*n^3 + 15*(1 -(-1)^n)*n^4 + 6*n^5), ", ")) \\ G. C. Greubel, Jul 05 2018
(Magma) [(1/60)*(15*(-1 + (-1)^n) + (29 +15*(-1)^n)*n + 10*(1 -3*(-1)^n)*n^3 + 15*(1 -(-1)^n)*n^4 + 6*n^5): n in [1..50]]; // G. C. Greubel, Jul 05 2018
CROSSREFS
Sequence in context: A063270 A087617 A263365 * A285689 A139867 A260674
KEYWORD
nonn
AUTHOR
Artur Jasinski, May 12 2008
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 25 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)