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.

A113867 a(n) = a(n-1) + 2^(A047258(n)) for n>1, a(1)=1.

Original entry on oeis.org

1, 17, 49, 113, 1137, 3185, 7281, 72817, 203889, 466033, 4660337, 13048945, 29826161, 298261617, 835132529, 1908874353, 19088743537, 53448481905, 122167958641, 1221679586417, 3420702841969, 7818749353073, 78187493530737
Offset: 1

Views

Author

Artur Jasinski, Jan 27 2006

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[(1 + 16 x + 32 x^2) / ((-1 + x) (- 1 + 4 x) (1 + 4 x + 16 x^2)), {x, 0, 30}], x] (* Vincenzo Librandi, May 20 2013 *)

Formula

G.f.: x*(1+16*x+32*x^2)/((-1+x)*(-1+4*x)*(1+4*x+16*x^2)). - Vaclav Kotesovec, Nov 28 2012

Extensions

Edited with better definition and offset corrected by Omar E. Pol, Jan 08 2009