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!)
A064072 Generalized tangent number d(7,n). 6
8, 904, 355688, 296327464, 423645846728, 925434038426824, 2866986638191472168, 11956421282992330042984, 64584221654333725499376008, 438640634423372575622395751944, 3658596185733807024739320857622248, 36763878323837308563984663576886049704 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
D. Shanks, Generalized Euler and class numbers, Math. Comp. 21 1967 663-688.
D. Shanks, Corrigenda to: "Generalized Euler and class numbers", Math. Comp. 22 (1968), 699.
Eric Weisstein's World of Mathematics, Tangent Number.
FORMULA
a(n) = (2*n-1)!*[x^(2*n-1)](sec(7*x)*(-sin(2*x) + sin(4*x) + sin(6*x))). - Peter Luschny, Nov 21 2021
MAPLE
egf := sec(7*x)*(-sin(2*x) + sin(4*x) + sin(6*x)): ser := series(egf, x, 24):
seq((2*n-1)!*coeff(ser, x, 2*n-1), n = 1..10); # Peter Luschny, Nov 21 2021
CROSSREFS
Sequence in context: A290023 A112578 A112579 * A146536 A189646 A348795
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Aug 31 2001
EXTENSIONS
Offset changed to 1 by Lars Blomberg, Sep 07 2015
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 24 06:39 EDT 2024. Contains 371920 sequences. (Running on oeis4.)