Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A084566
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A084566 a(0)=1, a(2n) = 2a(2n-1)+a(n), a(2n+1) = 2a(2n)+2a(n). +0
1
1, 4, 12, 32, 76, 176, 384, 832, 1740, 3632, 7440, 15232, 30848, 62464, 125760, 253184, 508108, 1019696, 2043024, 4093312, 8194064, 16403008, 32821248, 65672960, 131376768, 262815232, 525692928, 1051510784, 2103147328 (list; graph; listen)
OFFSET

0,2

COMMENT

a(n) ~ 2^(n+e) with e = 2.9701632052178...

FORMULA

G.f. prod(k>=0, (1+2x^2^k)/(1-2x^2^k)).

PROGRAM

(PARI) a(n)=if(n<1, n<1, if(n%2==0, 2*a(n-1)+a(n/2), 2*a(n-1)+2*a((n-1)/2)))

CROSSREFS

Cf. A018819.

Sequence in context: A138517 A001934 A004403 this_sequence A079769 A107035 A118885

Adjacent sequences: A084563 A084564 A084565 this_sequence A084567 A084568 A084569

KEYWORD

nonn,easy

AUTHOR

Ralf Stephan (ralf(AT)ark.in-berlin.de), Jun 28 2003

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 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research