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!)
A306857 Expansion of e.g.f. (sec(x) + tan(x))/(2 - exp(x)). 1
1, 2, 6, 27, 158, 1147, 9956, 100667, 1162478, 15097487, 217833456, 3457099107, 59851694498, 1122530734327, 22672663147556, 490646937984347, 11325671204407718, 277771419131565167, 7213311163322015256, 197725569735723642387, 5705154145153596656138, 172846751677879951716007 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Boustrophedon transform of Fubini numbers (A000670).
LINKS
MATHEMATICA
nmax = 21; CoefficientList[Series[(Sec[x] + Tan[x])/(2 - Exp[x]), {x, 0, nmax}], x] Range[0, nmax]!
t[n_, 0] := HurwitzLerchPhi[1/2, -n, 0]/2; t[n_, k_] := t[n, k] = t[n, k - 1] + t[n - 1, n - k]; a[n_] := t[n, n]; Array[a, 22, 0]
CROSSREFS
Sequence in context: A338180 A307595 A058133 * A321584 A009308 A032186
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 16 2019
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)