[go: up one dir, main page]

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!)
A335627 Expansion of e.g.f. Product_{k>0} 1/(1-tan(x)^k). 5
1, 1, 4, 20, 152, 1216, 13264, 145760, 2031872, 28617856, 480749824, 8243878400, 162085486592, 3262756228096, 73483961257984, 1695754607421440, 42992308610957312, 1118097332524711936, 31487163119164063744, 910421423509984378880, 28187970433553669292032, 896242635855128514789376 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp( Sum_{k>0} sigma(k)*tan(x)^k/k ).
MATHEMATICA
nmax = 25; CoefficientList[Series[Product[1/(1 - Tan[x]^k), {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Oct 03 2020 *)
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(1/eta(tan(x))))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(1/prod(k=1, N, 1-tan(x)^k)))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(sum(k=1, N, sigma(k)*tan(x)^k/k))))
CROSSREFS
Sequence in context: A247331 A167018 A094070 * A119022 A006682 A115852
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 02 2020
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 August 29 17:19 EDT 2024. Contains 375518 sequences. (Running on oeis4.)