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!)
A048286 Eigensequence of a sequence transformation. 2
1, 2, 10, 80, 874, 12092, 202384, 3973580, 89515690, 2275453700, 64418414380, 2009835207800, 68512342137040, 2533368817192280, 100991942945221660, 4317627768285138020, 197054129197204173610, 9562339765515442736180 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
G.f. A(x) satisfies A(x)=(A(0)+A(x/(1-x)^2)(1+x)/(1-x))/2.
LINKS
Octavio Arizmendi, Takahiro Hasebe, and Franz Lehner, Cyclic independence: Boolean and monotone, arXiv:2204.00072 [math.PR], 2022.
C. J. Smyth, The mean values of algebraic integers, Math. Comp 42 (1984), 663-681; see eqs. (5.4), (5.8), (5.12).
FORMULA
a(n) ~ c * 2^n * n^(n + 1/2 - log(2)/4) / (exp(n) * (log(2))^n), where c = 1.64631699329139900560839601704146775549945357007201882... . - Vaclav Kotesovec, Aug 08 2014
PROG
(PARI) a(n)=local(A); if(n<1, n==0, A=1; for(k=1, n, A=1+Pol(subst(A+x*O(x^k), x, x/(1-x)^2)*(1+x)/(1-x))-A); polcoeff(A, n))
CROSSREFS
Sequence in context: A152600 A220112 A367851 * A227463 A008544 A133480
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by Michael Somos, Sep 24 2003
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 March 28 12:26 EDT 2024. Contains 371254 sequences. (Running on oeis4.)