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.

A119782 Numerator of Sum[ i^3/(n-i+1)^2, {i,1,n}].

Original entry on oeis.org

1, 33, 262, 10325, 7227, 923027, 4588732, 49631229, 29087285, 1618749187, 152762993, 69307256941, 191848206263, 702044812445, 9181629908344, 2873944084323677, 1547933530301469, 1198197057199579439
Offset: 1

Views

Author

Alexander Adamchuk, Jun 25 2006

Keywords

Comments

Prime p divides a(2p-1). Prime p divides a(3p-1), p>2. Prime p divides a(p-1), p>2. p^2 divides a(p^2-1) for prime p>2. p^3 divides a(p^3-1) for prime p>2. p^4 divides a(p^4-1) for prime p>2. p^5 divides a(p^5-1) for prime p>2.

Crossrefs

Programs

  • Mathematica
    Numerator[Table[Sum[i^3/(n-i+1)^2,{i,1,n}],{n,1,50}]]

Formula

a(n) = numerator[ Sum[i^3/(n-i+1)^2, {i,1,n}]].