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!)
A320957 a(n) = (1/6)*n!*[x^n] (2 + sec(3*x) + tan(3*x) + 3*sec(x) + 3*tan(x)). 3
1, 1, 2, 10, 70, 656, 7442, 99280, 1515190, 26038016, 497227682, 10445708800, 239394707110, 5943715352576, 158922998335922, 4552807055288320, 139123511874743830, 4517007538261262336, 155283277843358756162, 5634815061983539363840, 215234080472925069593350 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
See A320956 for motivation and definitions.
LINKS
MAPLE
egf := 2 + sec(3*x) + tan(3*x) + 3*sec(x) + 3*tan(x):
ser := series(egf, x, 22): seq((1/6)*n!*coeff(ser, x, n), n=0..20);
MATHEMATICA
m = 20;
egf = 2 + Sec[3x] + Tan[3x] + 3 Sec[x] + 3 Tan[x];
(1/6) CoefficientList[egf + O[x]^(m+1), x] Range[0, m]! (* Jean-François Alcover, Aug 19 2021 *)
PROG
(PARI) sectan(x) = 1/cos(x) + tan(x);
my(x='x+O('x^25)); Vec(serlaplace(2 + sectan(3*x) + 3*sectan(x)))/6 \\ Michel Marcus, Aug 19 2021
CROSSREFS
Cf. A000111 (n=1), A000828 (n=2), this sequence (n=3), A321394 (n=4), A320956.
Sequence in context: A293962 A104602 A362474 * A341477 A317980 A118748
KEYWORD
nonn
AUTHOR
Peter Luschny, Nov 08 2018
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 19 14:17 EDT 2024. Contains 372697 sequences. (Running on oeis4.)