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.

A152254 Twice A084773.

Original entry on oeis.org

2, 12, 104, 1008, 10272, 107712, 1150592, 12451584, 136053248, 1497664512, 16583583744, 184511361024, 2061074178048, 23100352413696, 259648659554304, 2925683135152128, 33037383972814848, 373774017998094336, 4235888981636022272, 48076611822491271168
Offset: 0

Views

Author

Eric Bach (bach(AT)cs.wisc.edu), Oct 15 2009

Keywords

References

  • Andras Kornai, Mathematical Linguistics (Springer-Verlag 2008), p. 36. (Gives a sequence which matches the first five terms.)

Crossrefs

Programs

  • Magma
    [2^(n+1)*Evaluate(LegendrePolynomial(n), 3): n in [0..40]]; // G. C. Greubel, May 22 2023
    
  • Mathematica
    Table[2^(n+1)*LegendreP[n, 3], {n,0,40}] (* G. C. Greubel, May 22 2023 *)
  • SageMath
    [2^(n+1)*gen_legendre_P(n,0,3) for n in range(41)] # G. C. Greubel, May 22 2023

Extensions

Offset changed by Petros Hadjicostas, Feb 09 2021