cp's OEIS Frontend

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.

A001015 Seventh powers: a(n) = n^7.

Original entry on oeis.org

0, 1, 128, 2187, 16384, 78125, 279936, 823543, 2097152, 4782969, 10000000, 19487171, 35831808, 62748517, 105413504, 170859375, 268435456, 410338673, 612220032, 893871739, 1280000000, 1801088541, 2494357888, 3404825447, 4586471424, 6103515625, 8031810176
Offset: 0

Views

Author

Keywords

Comments

For n>0, (a(3*n-1)^7-a(2*n-1)^7-a(n)^7)/(7*(3*n-1)*(2*n-1)*n) = (2*A001106(n)+1)^2 (see Barisien reference, problem 173). - Bruno Berselli, Feb 01 2011
Number of the form a(n) + a(n+1) + ... + a(n+k) is never prime for all n, k>=0. This could be proved by the method indicated in the comment in A256581. - Vladimir Shevelev and Peter J. C. Moses, Apr 04 2015

References

  • E.-N. Barisien, Supplemento al Periodico di Matematica, Raffaello Giusti Editore (Livorno), July 1913, p. 135 (Problem 173).
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A000584 (5th powers), A013665 (zeta(7)), A275710 (eta(7)), A300785.
Cf. A003369 - A003379 (sums of 2, ..., 12 positive seventh powers).

Programs

Formula

Multiplicative with a(p^e) = p^(7e). - David W. Wilson, Aug 01 2001
Totally multiplicative sequence with a(p) = p^7 for primes p. - Jaroslav Krizek, Nov 01 2009
a(n) = 7*a(n-1) - 21* a(n-2) + 35*a(n-3) - 35*a(n-4) + 21*a(n-5) - 7*a(n-6) + a(n-7) + 5040. - Ant King, Sep 24 2013
a(n) = n + Sum_{j=0..n-1}{k=1..6}binomial(7,k)*j^(7-k). - Patrick J. McNab, Mar 28 2016
G.f.: x*(1+120*x+1191*x^2+2416*x^3+1191*x^4+120*x^5+x^6)/(1-x)^8. See the Maple program. - Wolfdieter Lang, Oct 14 2016
From Kolosov Petro, Oct 22 2018: (Start)
a(n) = Sum_{k=1..n} A300785(n,k).
a(n) = Sum_{k=0..n-1} A300785(n,k). (End)
From Amiram Eldar, Oct 08 2020: (Start)
Sum_{n>=1} 1/a(n) = zeta(7) (A013665).
Sum_{n>=1} (-1)^(n+1)/a(n) = 63*zeta(7)/64 (A275710). (End)

Extensions

More terms from James Sellers, Sep 19 2000