Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A012265 x - x^3/3! + x^5/5! - ... + (-1)^n*x^(2n+1)/(2n+1)! has 2a(n)+1 real roots. 3
0, 1, 0, 1, 2, 1, 2, 3, 2, 3, 2, 3, 4, 3, 4, 3, 4, 5, 4, 5, 6, 5, 6, 5, 6, 7, 6, 7, 8, 7, 8, 7, 8, 9, 8, 9, 8, 9, 10, 9, 10, 11, 10, 11, 10, 11, 12, 11, 12, 11, 12, 13, 12, 13, 14, 13, 14, 13, 14, 15, 14, 15, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Let phi be the golden mean. Let B be the generalized Beatty sequence B(n):= 2*floor(n*phi) - 3*n, n = 0,1,2,... Then a(n) = B(n+5) for n = 0,...,200, except for n = 84, 118, 152, 165, 173, 186. - Michel Dekking, Mar 30 2020
REFERENCES
James Propp, posting to math-fun mailing list May 30 1997.
LINKS
MATHEMATICA
f[n_] := Sum[(-1)^k*x^(2*k + 1)/(2*k + 1)!, {k, 0, n}]; a[n_] := (CountRoots[f[n], x] - 1)/2; Table[a[n], {n, 0, 62}] (* Jean-François Alcover, Apr 16 2013 *)
CROSSREFS
Cf. A012264.
Sequence in context: A258594 A364215 A086520 * A339765 A268835 A006641
KEYWORD
nonn,easy,nice
AUTHOR
EXTENSIONS
More terms from James A. Sellers
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 August 18 09:22 EDT 2024. Contains 375264 sequences. (Running on oeis4.)