login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A113867
a(n) = a(n-1) + 2^(A047258(n)) for n>1, a(1)=1.
1
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,2
LINKS
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
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 *)
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Jan 27 2006
EXTENSIONS
Edited with better definition and offset corrected by Omar E. Pol, Jan 08 2009
STATUS
approved