The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A370913 a(n) = Sum_{k=0..n} 4^(n - k)*Pochhammer(k/4, n - k). Row sums of A370915(n - k, k). 1
1, 1, 2, 8, 61, 731, 11894, 242986, 5959037, 170357861, 5559592906, 203873583044, 8297471638781, 371083006046887, 18087291356943566, 954257615636120726, 54175808937658443709, 3293085944438180436161, 213379242249449228080322, 14681745401633286267344896 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
a[n_] := Sum[4^(n-k) * Pochhammer[k/4, n-k], {k, 0, n}]; Array[a, 20, 0] (* Amiram Eldar, Mar 06 2024 *)
CROSSREFS
Cf. A370915.
Sequence in context: A322012 A188324 A368450 * A208356 A188489 A085657
KEYWORD
nonn
AUTHOR
Peter Luschny, Mar 06 2024
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 May 23 16:36 EDT 2024. Contains 372765 sequences. (Running on oeis4.)