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!)
A244432 E.g.f.: exp( Sum_{n>=1} Pell(n)*x^n/n ), where Pell(n) = A000129(n). 2
1, 1, 3, 17, 137, 1437, 18547, 284221, 5042289, 101635289, 2294115299, 57323597289, 1570795420537, 46836600355573, 1509632295204243, 52303597825637333, 1938434314587648353, 76521195859545355569, 3205495988651927796931, 142018837513142207290561 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) == 0 (mod 7^k) for n >= 7*k, for k>=1 (conjecture).
LINKS
FORMULA
E.g.f.: ( (1 + x/S) / (1 - S*x) )^(sqrt(2)/4) where S = sqrt(2) + 1.
E.g.f.: exp( Integral 1/(1-2*x-x^2) dx ).
a(n) ~ n! * 2^(3*sqrt(2)/8) * n^(sqrt(2)/4-1) * (1+sqrt(2))^(n-1/(2*sqrt(2))) / GAMMA(1/(2*sqrt(2))). - Vaclav Kotesovec, Jun 28 2014
a(0) = a(1) = 1; a(n) = (2*n-1) * a(n-1) + (n-1) * (n-2) * a(n-2). - Ilya Gutkovskiy, Aug 13 2021
E.g.f.: exp((1/sqrt(2)) * arctanh(x*sqrt(2)/(1-x))). - Fabian Pereyra, Oct 11 2023
a(n) = n!*Sum_{k=0..n} binomial(n-1,k-1)*binomial(1/sqrt(8),k)*(1+sqrt(2))^(n-k)*(sqrt(8))^k. - Fabian Pereyra, Oct 19 2023
EXAMPLE
E.g.f.: A(x) = 1 + x + 3*x^2 + 17*x^3/3! + 137*x^4/4! + 1437*x^5/5! + ...
where
log(A(x)) = x + 2*x^2/2 + 5*x^3/3 + 12*x^4/4 + 29*x^5/5 + 70*x^6/6 + 169*x^7/7 + 408*x^8/8 + 985*x^9/9 + ... + A000129(n)*x^n/n + ...
PROG
(PARI) {a(n)=n!*polcoeff(exp(intformal(1/(1-2*x-x^2 +x*O(x^n)))), n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A231909 A331688 A286896 * A219503 A230387 A370767
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 27 2014
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 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)