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.

A013902 a(n) = 22^(5*n + 1).

Original entry on oeis.org

22, 113379904, 584318301411328, 3011361496339065143296, 15519448971100888972574851072, 79981528839832616637508874879893504, 412195366437884247746798137865015318806528, 2124303230726006271483826780841554627491524509696, 10947877107572929152919737180202022857988400441953615872
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A009966.

Programs

  • Magma
    [22^(5*n+1): n in [0..10]]; // Vincenzo Librandi, May 28 2011
  • Mathematica
    22^(5Range[0,10]+1) (* or *) LinearRecurrence[{5153632},{22},10] (* Harvey P. Dale, Feb 28 2012 *)

Formula

a(n) = 5153632*a(n-1), a(0)=22. - Vincenzo Librandi, May 28 2011
G.f.: 22/(1 - 5153632*x). - Wesley Ivan Hurt, May 25 2024