login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A046982 Numerators of Taylor series for tan(x + Pi/4). 3
1, 2, 2, 8, 10, 64, 244, 2176, 554, 31744, 202084, 2830336, 2162212, 178946048, 1594887848, 30460116992, 7756604858, 839461371904, 9619518701764, 232711080902656, 59259390118004, 39611984424992768, 554790995145103208, 955693069653508096 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

G. W. Caunt, Infinitesimal Calculus, Oxford Univ. Press, 1914, p. 477.

LINKS

T. D. Noe, Table of n, a(n) for n=0..100

EXAMPLE

1+2*x+2*x^2+8/3*x^3+10/3*x^4+64/15*x^5+244/45*x^6+...

MATHEMATICA

nmax = 23; t[0, 1] = 1; t[0, _] = 0; t[n_, k_] := t[n, k] = (k-1)*t[n-1, k-1] + (k+1)*t[n-1, k+1]; Numerator[ Table[ Sum[ t[n, k]/n!, {k, 0, n+1}], {n, 0, nmax} ]] (* From Jean-François Alcover, Nov 09 2011 *)

CROSSREFS

Cf. A046983.

a(n) = 2^k * A050970(n), for some k>=0 (conjectured).

Sequence in context: A029595 A202736 A179989 * A015620 A046690 A008828

Adjacent sequences:  A046979 A046980 A046981 * A046983 A046984 A046985

KEYWORD

nonn,frac,easy,nice

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.