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!)
A202408 Denominator of series coefficients for Archimedes' spiral which transforms into Galileo's spiral. 1

%I #17 Jan 18 2013 08:29:20

%S 1,2,32,768,49152,1,56623104,3170893824,541165879296,175337744891904,

%T 28054039182704640,29389945810452480,2844006276185865584640,

%U 147888326361665010401280,25765432859454526256578560,83480002464632665071314534400

%N Denominator of series coefficients for Archimedes' spiral which transforms into Galileo's spiral.

%C Numerators are listed in A202407 which is the main entry for these sequences.

%t km = 16; a[0] = 0; r[t_] = Sum[a[k] t^(2 k), {k, 0, km}]; coes = CoefficientList[Series[r'[t]^2 + r[t]^2 - t^2 , {t, 0, 2 km}], t] // Union // Rest; Table[a[k], {k, 0, km}] /. Solve[Thread[coes == 0] ] // Last // Most // Denominator (* _Jean-François Alcover_, Jan 18 2013 *)

%K nonn,frac

%O 0,2

%A _Mikhail Gaichenkov_, Dec 19 2011

%E Corrected and extended by _Max Alekseyev_, Dec 19 2011

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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)