Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A156908
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A156908 G.f.: A(x) = 1 + x*exp( Sum_{k>=1} [A(3^k*x) - 1]^k/k ). +0
3
1, 1, 3, 72, 10899, 13775400, 185126087574, 25804839804745266, 34576186149297464460939, 431016348991655088520874274528, 49345807665910247245278532420622266770 (list; graph; listen)
OFFSET

0,3

COMMENT

Conjectured to consist entirely of integers.

EXAMPLE

G.f.: A(x) = 1 + x + 3*x^2 + 72*x^3 + 10899*x^4 + 13775400*x^5 +...

...

A(x) = 1 + x*exp( [A(3x)-1] + [A(9x)-1]^2/2 + [A(27x)-1]^3/3 +... ).

PROGRAM

(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=1, n, A=1+x*exp(sum(k=1, n, (subst(A, x, 3^k*x+x*O(x^n))-1)^k/k))); polcoeff(A, n)}

CROSSREFS

Cf. A156907.

Sequence in context: A089537 A062074 A071645 this_sequence A135866 A006270 A139888

Adjacent sequences: A156905 A156906 A156907 this_sequence A156909 A156910 A156911

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 04 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 20 13:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research