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!)
A097809 a(n) = 5*2^n - 2*n - 4. 3
1, 4, 12, 30, 68, 146, 304, 622, 1260, 2538, 5096, 10214, 20452, 40930, 81888, 163806, 327644, 655322, 1310680, 2621398, 5242836, 10485714, 20971472, 41942990, 83886028, 167772106, 335544264, 671088582, 1342177220, 2684354498 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Rows sums of the infinite triangle defined by T(n,n) = 1, T(n,0) = n*(n+1) + 1 for n=0, 1, 2, ... and interior terms defined by the Pascal-type recurrence T(n,k) = T(n-1,k-1) +T(n-1,k): Sum_{k=0..n} T(n,k) = a(n). T is apparently obtained by deleting the first two columns of A129687. - J. M. Bergot, Feb 23 2013
LINKS
Tamas Lengyel, On p-adic properties of the Stirling numbers of the first kind, Journal of Number Theory, 148 (2015) 73-94.
FORMULA
G.f.: (1+x^2)/((1-x)^2*(1-2*x)).
a(n) = 2*a(n-1) + 2*n, n>0.
a(n) = 4*a(n-1) - 5*a(n-2) + 2*a(n-3), with a(0)=1, a(1)=4, a(2)=12.
E.g.f.: 5*exp(2*x) - 2*(2+x)*exp(x). - G. C. Greubel, Dec 30 2021
MATHEMATICA
LinearRecurrence[{4, -5, 2}, {1, 4, 12}, 30] (* Harvey P. Dale, Oct 11 2018 *)
PROG
(Magma) [5*2^n-2*n-4: n in [0..30]]; // Vincenzo Librandi, Feb 24 2013
(Sage) [5*2^n -2*(n+2) for n in (0..30)] # G. C. Greubel, Dec 30 2021
CROSSREFS
Sequence in context: A212587 A338223 A118425 * A272144 A036389 A037166
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Aug 25 2004
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 April 24 07:06 EDT 2024. Contains 371920 sequences. (Running on oeis4.)