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!)
A176474 From the coefficients (times n!) of the expansion of the Sum_{k>=1} cos(x^k). 6
0, 1, 11, 361, 18479, 1814401, 220207679, 43589145601, 9589093113599, 3210079038566401, 1115080757523532799, 562000363888803840001, 285218528618534141030399, 201645730563302817792000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
Rest@ Union[ -Range[0, 26]! CoefficientList[ Series[ Sum[ Cos[x^n], {n, 35}], {x, 0, 27}], x]]
PROG
(PARI) { my(N=33, x='x+O('x^N)); v = Vec(serlaplace(-sum(k=1, N, cos(x^k)))); vector(#v\2-1, k, v[2*k+1])} \\ \\ Joerg Arndt, Apr 21 2017
CROSSREFS
Sequence in context: A162019 A066268 A257227 * A000464 A291973 A024149
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Apr 18 2010
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 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)