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!)
A086896 a(n) = (1/4!)*(A000522(4*n) + 6*A000522(2*n) + 8*A000522(n) + 9). 1

%I #7 Jan 27 2020 18:49:09

%S 1,5,4585,54253051,2369751675473,275554721637802801,

%T 70273067330330423607145,34532185286124210261237875495,

%U 29802657189336638372743189077264481,42132612521708992400294404621323425841373,92411987000615635571109725778868157237084881001

%N a(n) = (1/4!)*(A000522(4*n) + 6*A000522(2*n) + 8*A000522(n) + 9).

%H Andrew Howroyd, <a href="/A086896/b086896.txt">Table of n, a(n) for n = 0..100</a>

%o (PARI) \\ here b(n) is A000522.

%o b(n)={sum(k=0, n, binomial(n, k)*k!)}

%o a(n)={(b(4*n) + 6*b(2*n) + 8*b(n) + 9) / 24} \\ _Andrew Howroyd_, Jan 27 2020

%Y Cf. A000522, A008290.

%K nonn

%O 0,2

%A _Vladeta Jovovic_, Aug 22 2003

%E Terms a(9) and beyond from _Andrew Howroyd_, Jan 27 2020

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 September 2 20:32 EDT 2024. Contains 375616 sequences. (Running on oeis4.)