proposed
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
proposed
approved
editing
proposed
CoefficientList[Sum[Fibonacci[n^2, 2] x^n^2/x, {n, 1, 8}], x] (* Jean-François Alcover, Mar 25 2019 *)
approved
editing
proposed
approved
editing
proposed
Robert Israel, <a href="/A204274/b204274.txt">Table of n, a(n) for n = 1..2500</a>
pell:= gfun:-rectoproc({a(0)=0, a(1)=1, a(n)=2*a(n-1)+a(n-2)}, a(n), remember):
seq(`if`(issqr(n), pell(n), 0), n=1..100); # Robert Israel, Nov 24 2015
approved
editing
proposed
approved
editing
proposed
Compare g.f. to the Lambert series identity: Sum_{n>=1} lamdalambda(n)*x^n/(1-x^n) = Sum_{n>=1} x^(n^2); Liouville's function lambda(n) = (-1)^k, where k is number of primes dividing n (counted with multiplicity).
approved
editing
_Paul D. Hanna (pauldhanna(AT)juno.com), _, Jan 14 2012