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!)
A180869 E.g.f.: A(x) = Sum_{n>=0} log(1+x)^[n*phi] / [n*phi]!, where [n*phi] = A000201(n), the lower Wythoff sequence, and phi = (1+sqrt(5))/2. 0
1, 1, -1, 3, -11, 49, -259, 1588, -11080, 86589, -747802, 7053992, -71912477, 784301582, -9055586513, 109372026021, -1360474322540, 17016798439534, -204454843326736, 2087851221198112, -8301034938962891, -481380640245823637 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
REFERENCES
Koh, Youngmee, and Sangwook Ree. "Connected permutation graphs." Discrete Mathematics 307.21 (2007): 2628-2635. See page 2631.
LINKS
FORMULA
E.g.f.: A(x) = 1+x - Sum_{n>=1} log(1+x)^[n*phi^2] / [n*phi^2]!, where [n*phi^2] = A001950(n), the upper Wythoff sequence.
EXAMPLE
E.g.f.: A(x) = 1 + x - x^2/2! + 3*x^3/3! - 11*x^4/4! + 49*x^5/5! +...
The series expression begins:
A(x) = 1 + log(1+x) + log(1+x)^3/3! + log(1+x)^4/4! + log(1+x)^6/6! + log(1+x)^8/8! + log(1+x)^9/9! +...+ log(1+x)^A000201(n)/A000201(n)! +...
The complementary series begins:
A(x) = 1+x - log(1+x)^2/2! - log(1+x)^5/5! - log(1+x)^7/7! - log(1+x)^10/10! - log(1+x)^13/13! +...+ -log(1+x)^A001950(n)/A001950(n)! +...
PROG
(PARI) {a(n)=local(phi=(sqrt(5)+1)/2, A=1+x+x*O(x^n)); for(i=1, n, A=1+sum(k=1, n, log(1+x+x*O(x^n))^floor(k*phi)/floor(k*phi)!+x*O(x^n))); n!*polcoeff(A, n)}
CROSSREFS
Sequence in context: A326521 A340813 A004211 * A357836 A356291 A001339
KEYWORD
sign
AUTHOR
Paul D. Hanna, Jan 22 2011
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 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)