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.

Showing 1-3 of 3 results.

A009966 Powers of 22.

Original entry on oeis.org

1, 22, 484, 10648, 234256, 5153632, 113379904, 2494357888, 54875873536, 1207269217792, 26559922791424, 584318301411328, 12855002631049216, 282810057883082752, 6221821273427820544, 136880068015412051968, 3011361496339065143296, 66249952919459433152512, 1457498964228107529355264, 32064977213018365645815808, 705429498686404044207947776
Offset: 0

Views

Author

Keywords

Comments

Same as Pisot sequences E(1, 22), L(1, 22), P(1, 22), T(1, 22). Essentially same as Pisot sequences E(22, 484), L(22, 484), P(22, 484), T(22, 484). 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 22-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-22*x). - Philippe Deléham, Nov 23 2008
a(n) = 22^n; a(n) = 22*a(n-1) n>0 a(0)=1. - Vincenzo Librandi, Nov 21 2010
From Elmo R. Oliveira, Jul 08 2025: (Start)
E.g.f.: exp(22*x).
a(n) = A000079(n)*A001020(n) = A009988(n)/A000079(n). (End)

A218747 a(n) = (44^n - 1)/43.

Original entry on oeis.org

0, 1, 45, 1981, 87165, 3835261, 168751485, 7425065341, 326702875005, 14374926500221, 632496766009725, 27829857704427901, 1224513738994827645, 53878604515772416381, 2370658598693986320765, 104308978342535398113661, 4589595047071557517001085, 201942182071148530748047741
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 44 (A009988).

Crossrefs

Programs

Formula

From Vincenzo Librandi, Nov 07 2012: (Start)
G.f.: x/((1-x)*(1-44*x)).
a(n) = 45*a(n-1) - 44*a(n-2).
a(n) = floor(44^n/43). (End)
E.g.f.: exp(x)*(exp(43*x) - 1)/43. - Elmo R. Oliveira, Aug 29 2024

A165865 Totally multiplicative sequence with a(p) = 44.

Original entry on oeis.org

1, 44, 44, 1936, 44, 1936, 44, 85184, 1936, 1936, 44, 85184, 44, 1936, 1936, 3748096, 44, 85184, 44, 85184, 1936, 1936, 44, 3748096, 1936, 1936, 85184, 85184, 44, 85184, 44, 164916224, 1936, 1936, 1936, 3748096, 44, 1936, 1936, 3748096, 44, 85184, 44
Offset: 1

Views

Author

Jaroslav Krizek, Sep 28 2009

Keywords

Programs

  • Mathematica
    44^PrimeOmega[Range[50]] (* Harvey P. Dale, Feb 22 2012 *)
  • PARI
    a(n) = 44^bigomega(n); \\ Altug Alkan, Apr 16 2016

Formula

a(n) = A009988(A001222(n)) = 44^bigomega(n) = 44^A001222(n).
Showing 1-3 of 3 results.