|
Search: id:A156334
|
|
|
| A156334 |
|
G.f.: A(x) = exp( Sum_{n>=1} 2^[n^2/2+1]*x^n/n ), a power series in x with integer coefficients. |
|
+0 2
|
|
| 1, 2, 6, 20, 166, 1980, 91612, 4980968, 1083899526, 246514209900, 225675208005684, 210073940172966552, 787481680820307364188, 2977392786568558334126040, 45279192083837920124027862264
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
FORMULA
|
a(n) = (1/n)*Sum_{k=1..n} 2^foor(k^2/2+1) * a(n-k) for n>0, with a(0)=1.
|
|
EXAMPLE
|
G.f.: A(x) = 1 + 2*x + 6*x^2 + 20*x^3 + 166*x^4 + 1980*x^5 + 91612*x^6 +...
log(A(x)) = 2*x + 2^3*x^2/2 + 2^5*x^3/3 + 2^9*x^4/4 + 2^13*x^5/5 + 2^19*x^6/6 +...
|
|
PROGRAM
|
(PARI) {a(n)=polcoeff(exp(sum(k=1, n, 2^floor(k^2/2+1)*x^k/k)+x*O(x^n)), n)}
|
|
CROSSREFS
|
Cf. A156340, A155200.
Sequence in context: A013203 A007847 A074008 this_sequence A082690 A104861 A074859
Adjacent sequences: A156331 A156332 A156333 this_sequence A156335 A156336 A156337
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Feb 10 2009
|
|
|
Search completed in 0.002 seconds
|