The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A188573 Coefficient of the sqrt(6) term in (1 + sqrt(2) + sqrt(3))^n, denoted as C6(n). 3
0, 0, 2, 6, 32, 120, 528, 2128, 8960, 36864, 153472, 635008, 2635776, 10922496, 45300736, 187800576, 778731520, 3228696576, 13387309056, 55506722816, 230146834432, 954246856704, 3956565671936, 16404954546176, 68019305840640, 282025965649920 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000 (terms 0..200 from Vincenzo Librandi)
FORMULA
From G. C. Greubel, Apr 10 2018: (Start)
Empirical: a(n) = 4*a(n-1) + 4*a(n-2) - 16*a(n-3) + 8*a(n-4).
Empirical: G.f.: 2*x^2*(1-x)/(1 - 4*x - 4*x^2 + 16*x^3 - 8*x^4). (End)
EXAMPLE
C6(3) is equal to 6, because (1+sqrt(2)+sqrt(3))^3 = 16 + 14 sqrt(2) + 12 sqrt(3) + 6 sqrt(6).
MATHEMATICA
C6[n_] := Sum[Sum[2^(Floor[n/2] - j - 1 - k) 3^j Multinomial[2 k + n - 2 Floor[n/2], 2 j + 1, 2 Floor[n/2] - 2 k - 1 - 2 j], {j, 0, Floor[n/2] - k - 1}], {k, 0, Floor[n/2] - 1}]; Table[C6[n], {n, 0, 25}]
a[n_] := Coefficient[ Expand[(1 + Sqrt[2] + Sqrt[3])^n], Sqrt[6]]; Table[a[n], {n, 0, 25}] (* Jean-François Alcover, Jan 08 2013 *)
CROSSREFS
Sequence in context: A223586 A212762 A108327 * A196010 A121071 A092199
KEYWORD
nonn
AUTHOR
Mateusz Szymański, Dec 28 2012
EXTENSIONS
Keyword tabl removed by Michel Marcus, Apr 11 2018
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 June 11 19:21 EDT 2024. Contains 373317 sequences. (Running on oeis4.)