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!)
A309338 a(n) = n^4 if n odd, 7*n^4/8 if n even. 2
0, 1, 14, 81, 224, 625, 1134, 2401, 3584, 6561, 8750, 14641, 18144, 28561, 33614, 50625, 57344, 83521, 91854, 130321, 140000, 194481, 204974, 279841, 290304, 390625, 399854, 531441, 537824, 707281, 708750, 923521, 917504, 1185921, 1169294, 1500625, 1469664, 1874161, 1824494 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Moebius transform of A284900.
LINKS
FORMULA
G.f.: x * (1 + 14*x + 76*x^2 + 154*x^3 + 230*x^4 + 154*x^5 + 76*x^6 + 14*x^7 + x^8)/(1 - x^2)^5.
G.f.: Sum_{k>=1} J_4(k) * x^k/(1 + x^k), where J_4() is the Jordan function (A059377).
Dirichlet g.f.: zeta(s-4) * (1 - 2^(1-s)).
a(n) = n^4 * (15 - (-1)^n)/16.
a(n) = Sum_{d|n} (-1)^(n/d + 1) * J_4(d).
Sum_{n>=1} 1/a(n) = 113*Pi^4/10080 = 1.091986834012130496797...
Multiplicative with a(2^e) = 7*2^(4*e-3), and a(p^e) = p^(4*e) for odd primes p. - Amiram Eldar, Oct 26 2020
MATHEMATICA
a[n_] := If[OddQ[n], n^4, 7 n^4/8]; Table[a[n], {n, 0, 38}]
nmax = 38; CoefficientList[Series[x (1 + 14 x + 76 x^2 + 154 x^3 + 230 x^4 + 154 x^5 + 76 x^6 + 14 x^7 + x^8)/(1 - x^2)^5, {x, 0, nmax}], x]
LinearRecurrence[{0, 5, 0, -10, 0, 10, 0, -5, 0, 1}, {0, 1, 14, 81, 224, 625, 1134, 2401, 3584, 6561}, 39]
Table[n^4 (15 - (-1)^n)/16, {n, 0, 38}]
CROSSREFS
Sequence in context: A099360 A329820 A239421 * A215472 A209942 A215700
KEYWORD
nonn,easy,mult
AUTHOR
Ilya Gutkovskiy, Jul 24 2019
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 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)