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”).

A014941
a(1)=1, a(n) = n*23^(n-1) + a(n-1).
1
1, 47, 1634, 50302, 1449507, 40067565, 1076318788, 28314922364, 733113789893, 18744640404523, 474436263754662, 11908153358721786, 296798270974985959, 7353307338085529321, 181245852206166776456, 4447409619636426706168
OFFSET
1,2
FORMULA
G.f.: x/((1 - x)*(1 - 23*x)^2). - Stefano Spezia, Mar 11 2020
PROG
(PARI) a(n) = (1+23^n*(22*n-1))/484; \\ Jinyuan Wang, Mar 11 2020
CROSSREFS
Sequence in context: A142845 A202128 A278268 * A280707 A324433 A289984
KEYWORD
nonn,easy
STATUS
approved