Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A143560
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A143560 G.f. satisfies: A(x) = 1 + x*A(x)/A(-x) + x^2*A(x)^2/A(-x)^2. +0
1
1, 1, 3, 6, 16, 38, 110, 276, 818, 2158, 6528, 17766, 54622, 151852, 472674, 1334886, 4195328, 11992486, 37981982, 109622228, 349384626, 1016304750, 3256170672, 9533400198, 30680043630, 90318157804, 291763419458, 862944630022 (list; graph; listen)
OFFSET

0,3

EXAMPLE

A(x) = 1 + x + 3*x^2 + 6*x^3 + 16*x^4 + 38*x^5 + 110*x^6 + 276*x^7 +...

A(x)/A(-x) = 1 + 2*x + 2*x^2 + 8*x^3 + 14*x^4 + 46*x^5 + 96*x^6 +...

A(x)^2/A(-x)^2 = 1 + 4*x + 8*x^2 + 24*x^3 + 64*x^4 + 180*x^5 +...

PROGRAM

(PARI) {a(n)=local(A=1+x*O(x^n)); for(i=0, n, B=A/subst(A, x, -x); A=1+x*B+x^2*B^2); polcoeff(A, n)}

CROSSREFS

Sequence in context: A114410 A096588 A073079 this_sequence A001675 A046211 A018022

Adjacent sequences: A143557 A143558 A143559 this_sequence A143561 A143562 A143563

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 24 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 December 18 21:37 EST 2009. Contains 171024 sequences.


AT&T Labs Research