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!)
A296661 a(n) = (exp(k)*Gamma(1+n, k) - exp(-k)*Gamma(1+n, -k))/k! for k = 3. 1
0, 1, 2, 15, 60, 381, 2286, 16731, 133848, 1211193, 12111930, 133290279, 1599483348, 20793814965, 291113409510, 4366705925619, 69867294809904, 1187744054815089, 21379392986671602, 406208467134180927, 8124169342683618540 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = ((A053486(n) - A000023(n+1))/6.
D-finite with recurrence a(n) -n*a(n-1) -9*a(n-2) +9*(n-2)*a(n-3)=0. - R. J. Mathar, Sep 29 2020
MAPLE
A296661 := n -> (exp(3)*GAMMA(1+n, 3) - exp(-3)*GAMMA(1+n, -3))/6:
seq(simplify(A296661(n)), n=0..20);
CROSSREFS
Sequence in context: A006470 A084169 A337905 * A000181 A047146 A084187
KEYWORD
nonn
AUTHOR
Peter Luschny, Dec 18 2017
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 12:26 EDT 2024. Contains 371254 sequences. (Running on oeis4.)