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!)
A325950 a(n) = 4^n * [x^n] 1/sqrt(1-x) * Product_{k>=1} (1 + x^k). 2
1, 6, 30, 204, 1014, 5716, 31212, 163480, 826278, 4320132, 22096324, 110079016, 552324796, 2721379144, 13415146648, 66143801648, 321016593670, 1549027853156, 7506317522132, 35931754574216, 171790455469140, 820584857999448, 3893605676834920, 18400781049682512 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ exp(Pi*sqrt(n/3)) * 2^(2*n - 3/2) / sqrt(Pi*n).
a(n) = Sum_{j=0..n} A325949(j)*4^(n-j).
MATHEMATICA
nmax = 30; CoefficientList[Series[1/(1-x)^(1/2) * Product[(1+x^k), {k, 1, nmax}], {x, 0, nmax}], x] * 4^Range[0, nmax]
CROSSREFS
Sequence in context: A005922 A278008 A370751 * A275953 A322170 A362375
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, May 28 2019
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 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)