Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090640
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090640 a(0) = 0; a(2n) = 4*a(n), a(2n+1) = a(n) + 1. +0
2
0, 1, 4, 2, 16, 5, 8, 3, 64, 17, 20, 6, 32, 9, 12, 4, 256, 65, 68, 18, 80, 21, 24, 7, 128, 33, 36, 10, 48, 13, 16, 5, 1024, 257, 260, 66, 272, 69, 72, 19, 320, 81, 84, 22, 96, 25, 28, 8, 512, 129, 132, 34, 144, 37, 40, 11, 192, 49, 52, 14, 64, 17, 20, 6, 4096, 1025, 1028, 258, 1040 (list; graph; listen)
OFFSET

0,3

LINKS

N. J. A. Sloane and J. A. Sellers, On non-squashing partitions, Discrete Math., 294 (2005), 259-274.

MAPLE

S := 4; f := proc(n) global S; option remember; if n=0 then RETURN(0); fi; if n mod 2 = 0 then RETURN(S*f(n/2)); else f((n-1)/2)+1; fi; end;

CROSSREFS

Cf. A087808, A090639.

Sequence in context: A121662 A130042 A109922 this_sequence A090881 A110485 A154383

Adjacent sequences: A090637 A090638 A090639 this_sequence A090641 A090642 A090643

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Dec 14 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 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research