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!)
A208034 G.f.: exp( Sum_{n>=1} 2*Pell(n)^2 * x^n/n ), where Pell(n) = A000129(n). 3
1, 2, 6, 26, 122, 602, 3062, 15906, 83906, 447842, 2412566, 13094490, 71513210, 392592410, 2164815590, 11982792386, 66548673282, 370672213826, 2069974290726, 11586244722202, 64986102400122, 365183031749722, 2055594717395926, 11588727763937506, 65425688924696002 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Conjectures: For all positive integers k,
(1) exp( Sum_{n>=1} 2*Pell(n)^(2*k) * x^n/n ) is an integer series;
(2) exp( Sum_{n>=1} 2*Pell(n)^(2*k-1) * x^n/n ) is NOT an integer series;
(3) exp( Sum_{n>=1} Pell(n)^(2*k) * x^n/n ) is NOT an integer series.
LINKS
FORMULA
G.f.: sqrt(1 + x) / (1 - 6*x + x^2)^(1/4).
EXAMPLE
G.f.: A(x) = 1 + 2*x + 6*x^2 + 26*x^3 + 122*x^4 + 602*x^5 + 3062*x^6 + ...
such that, by definition,
log(A(x))/2 = x + 2^2*x^2/2 + 5^2*x^3/3 + 12^2*x^4/4 + 29^2*x^5/5 + 70^2*x^6/6 + 169^2*x^7/7 + 408^2*x^8/8 + ... + Pell(n)^2*x^n/n + ...
MATHEMATICA
CoefficientList[Series[Sqrt[1 + x] / (1 - 6 x + x^2)^(1/4), {x, 0, 33}], x] (* Vincenzo Librandi, Feb 26 2018 *)
PROG
(PARI) {Pell(n)=polcoeff(x/(1-2*x-x^2 +x*O(x^n)), n)}
{a(n)=polcoeff(exp(sum(m=1, n, 2*Pell(m)^2*x^m/m) +x*O(x^n)), n)}
for(n=0, 30, print1(a(n), ", "))
(PARI) seq(n)={Vec(sqrt(1 + x + O(x^n)) / sqrt(sqrt(1 - 6*x + x^2 + O(x^n))))} \\ Andrew Howroyd, Feb 25 2018
CROSSREFS
Sequence in context: A230245 A358107 A288606 * A092880 A370185 A192808
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 22 2012
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)