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.

A331769 El Gradechi's hybrid coefficients alpha^{4,6}_n.

Original entry on oeis.org

-264, -3456, 0, -23520, 12600, -88704, 68544, -250560, 225720, -591360, 576576, -1231776, 1255800, -2338560, 2448000, -4132224, 4395384, -6894720, 7405440, -10977120, 11858616, -16807296, 18216000, -24897600, 27027000, -35852544, 38937024, -50376480, 54695160, -69281280, 75161856
Offset: 0

Views

Author

N. J. A. Sloane, Feb 08 2020

Keywords

Comments

See El Gradechi (2013) for precise definition.

Crossrefs

Programs

  • Magma
    [(-1)^n*240*Binomial(n+5,5)-504*Binomial(n+3,3): n in [0..100]]; // Robin Visser, Jul 29 2023
    
  • PARI
    a(n) = (-1)^n*240*binomial(n+5, 5)-504*binomial(n+3, 3); \\ Robin Visser, Jul 29 2023

Formula

a(n) = (-1)^n*240*binomial(n+5, 5) - 504*binomial(n+3, 3). - Robin Visser, Jul 29 2023

Extensions

More terms from Robin Visser, Jul 29 2023