Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144690
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144690 a(n) = Limit_{m->infinity} [x^(2^m+n)] B(x)^(n+1) for n>=0, where B(x) = Sum_{k>=0} x^(2^k). +0
3
1, 2, 6, 16, 130, 636, 5712, 34336, 811458, 7151380, 113034746, 1049982792, 25276020640, 293841338896, 5276545467000, 61852739170176 (list; graph; listen)
OFFSET

0,2

COMMENT

The g.f. of A144691(n) = a(n)/(n+1) appears to have an interesting functional interpretation.

FORMULA

a(n) = (n+1)*A144691(n).

EXAMPLE

a(n) = limit, as m grows, of coefficient of x^(2^m+n) in B(x)^(n+1)

where B(x) = x + x^2 + x^4 + x^8 +...+ x^(2^k) +...

PROGRAM

(PARI) {a(n)=local(m=n+3, B=sum(k=0, m, x^(2^k))); if(n<0, 0, polcoeff((B+O(x^(2^m+n+1)))^(n+1), 2^m+n))}

CROSSREFS

Cf. A007178, A144691, A144692.

Adjacent sequences: A144687 A144688 A144689 this_sequence A144691 A144692 A144693

Sequence in context: A147941 A147932 A147923 this_sequence A118305 A139629 A057497

KEYWORD

more,nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 10 2008

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 November 8 20:39 EST 2009. Contains 166234 sequences.


AT&T Labs Research