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.

A331770 El Gradechi's hybrid coefficients alpha^{6,6}_{2n}, negated.

Original entry on oeis.org

1008, 21168, 127008, 465696, 1297296, 3027024, 6237504, 11721024, 20511792, 33918192, 53555040, 81375840, 119705040, 171270288, 239234688, 327229056, 439384176, 580363056, 755393184, 970298784, 1231533072, 1546210512, 1922139072, 2367852480, 2892642480, 3506591088, 4220602848
Offset: 0

Views

Author

N. J. A. Sloane, Feb 08 2020

Keywords

Comments

See El Gradechi (2013) for precise definition.

Crossrefs

Programs

  • Magma
    [1008*Binomial(5 + 2*n, 5) : n in [0..100]];  // Robin Visser, Jul 24 2023
    
  • PARI
    a(n) = 1008*binomial(5 + 2*n, 5);  \\ Robin Visser, Jul 24 2023

Formula

a(n) = 1008 * binomial(5 + 2*n, 5) = 1008 * A002299(n). - Robin Visser, Jul 24 2023

Extensions

More terms from Robin Visser, Jul 24 2023