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!)
A167368 a(n) = sigma((n!!)!). 2

%I #16 Jan 12 2022 11:37:26

%S 1,1,3,12,159120,6686252969760,

%T 89050715142739003008099466232718435351438398888454549774336000

%N a(n) = sigma((n!!)!).

%F a(n) = A000203(A161563(n)).

%t Array[DivisorSigma[1,#!!! ]&,7,1]

%o (PARI) A167368(n)=sigma( prod(k=0,n\2-1,n-2*k) ! ) \\ _M. F. Hasler_, Feb 07 2011

%Y Cf. A062569, A167367.

%K nonn,less

%O 0,3

%A _Vladimir Joseph Stephan Orlovsky_, Nov 01 2009

%E a(0)=1 prepended by _Alois P. Heinz_, Jan 12 2022

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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)