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.

A009988 Powers of 44.

Original entry on oeis.org

1, 44, 1936, 85184, 3748096, 164916224, 7256313856, 319277809664, 14048223625216, 618121839509504, 27197360938418176, 1196683881290399744, 52654090776777588736, 2316779994178213904384, 101938319743841411792896, 4485286068729022118887424, 197352587024076973231046656
Offset: 0

Views

Author

Keywords

Comments

Same as Pisot sequences E(1, 44), L(1, 44), P(1, 44), T(1, 44). Essentially same as Pisot sequences E(44, 1936), L(44, 1936), P(44, 1936), T(44, 1936). See A008776 for definitions of Pisot sequences.
The compositions of n in which each natural number is colored by one of p different colors are called p-colored compositions of n. For n >= 1, a(n) equals the number of 44-colored compositions of n such that no adjacent parts have the same color. - Milan Janjic, Nov 17 2011

Crossrefs

Programs

Formula

G.f.: 1/(1-44*x). - Philippe Deléham, Nov 24 2008
a(n) = 44^n; a(n) = 44*a(n-1), a(0)=1. - Vincenzo Librandi, Nov 21 2010
From Elmo R. Oliveira, Jul 08 2025: (Start)
E.g.f.: exp(44*x).
a(n) = A000079(n)*A009966(n) = A000302(n)*A001020(n). (End)