login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014936 a(1)=1, a(n) = n*19^(n-1) + a(n-1). 2
1, 39, 1122, 28558, 680163, 15536757, 344857924, 7495831836, 160347899205, 3387224876995, 70828953712806, 1468712060491434, 30241806008351527, 618983574479950353, 12604083861223212168, 255502116339219984952 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: x/((1 - x)*(1 - 19*x)^2). - Stefano Spezia, Mar 11 2020
MATHEMATICA
RecurrenceTable[{a[1]==1, a[n]==n*19^(n-1)+a[n-1]}, a, {n, 20}] (* Harvey P. Dale, Oct 01 2012 *)
PROG
(PARI) a(n) = (1+19^n*(18*n-1))/324; \\ Jinyuan Wang, Mar 11 2020
CROSSREFS
Sequence in context: A028219 A209076 A251327 * A227524 A240442 A009729
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)