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.

A144708 a(n) = 6^n * (1-4*n).

Original entry on oeis.org

1, -18, -252, -2376, -19440, -147744, -1073088, -7558272, -52068096, -352719360, -2358180864, -15600273408, -102308769792, -666095394816, -4310029025280, -27740914089984, -177729924169728, -1134086182797312, -7210756923457536
Offset: 0

Views

Author

Paul Barry, Sep 19 2008

Keywords

Crossrefs

Hankel transform of A144706.

Programs

  • Magma
    [(1-4*n)*6^n: n in [0..30]]; // G. C. Greubel, Jun 16 2022
    
  • Mathematica
    Table[6^n (1-4n),{n,0,20}] (* Harvey P. Dale, Apr 01 2011 *)
  • SageMath
    [(1-4*n)*6^n for n in (0..30)] # G. C. Greubel, Jun 16 2022

Formula

G.f.: (1-30*x)/(1-6*x)^2.
E.g.f.: (1-24*x)*exp(6*x). - G. C. Greubel, Jun 16 2022