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!)
A302608 a(n) = n! * [x^n] exp(n*x)*arctan(x). 3
0, 1, 4, 25, 224, 2649, 38880, 679449, 13749248, 315919665, 8122432000, 231002307449, 7199799644160, 244028744225993, 8936047251296256, 351569799174274425, 14789182545666244608, 662389019735008588129, 31470659616611382460416, 1580849762199983023572313 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
FORMULA
a(n) ~ arctan(1) * n^n. - Vaclav Kotesovec, Jun 09 2019
MATHEMATICA
Table[n! SeriesCoefficient[Exp[n x] ArcTan[x], {x, 0, n}], {n, 0, 19}]
Join[{0}, Table[n^n (HypergeometricPFQ[{1, 1, 1 - n}, {2}, -(I/n)] + HypergeometricPFQ[{1, 1, 1 - n}, {2}, I/n])/2, {n, 19}]]
CROSSREFS
Sequence in context: A246528 A246951 A302587 * A340337 A001247 A031152
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 10 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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)