login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158110 G.f.: A(x) = exp( Sum_{n>=1} 2^(n^3)*x^n/n ). 0
1, 2, 130, 44739500, 4611686018516874838, 8507059173023461595807737228465099196, 17552048611426197782986337964292523732529439672780432120964458900 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Conjecture: given q and m are nonnegative integers, then

exp( Sum_{n>=1} q^(n^m)*x^n/n )

is a power series in x with integer coefficients.

EXAMPLE

G.f.: A(x) = 1 + 2*x + 130*x^2 + 44739500*x^3 +...

log(A(x)) = 2*x + 2^8*x^2/2 + 2^27*x^3/3 + 2^64*x^4/4 +...

PROG

(PARI) {a(n)=polcoeff(exp(sum(m=1, n+1, 2^(m^3)*x^m/m)+x*O(x^n)), n)}

CROSSREFS

Cf. A155200.

Sequence in context: A099824 A190578 A098533 * A117626 A142251 A125633

Adjacent sequences:  A158107 A158108 A158109 * A158111 A158112 A158113

KEYWORD

nonn

AUTHOR

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 09:00 EST 2012. Contains 205904 sequences.