Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A093051
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A093051 Exponent of 2 in (3^n-3)*2^n. +0
3
0, 1, 4, 3, 7, 5, 8, 7, 12, 9, 12, 11, 15, 13, 16, 15, 21, 17, 20, 19, 23, 21, 24, 23, 28, 25, 28, 27, 31, 29, 32, 31, 38, 33, 36, 35, 39, 37, 40, 39, 44, 41, 44, 43, 47, 45, 48, 47, 53, 49, 52, 51, 55, 53, 56, 55, 60, 57, 60, 59, 63, 61, 64, 63, 71, 65, 68, 67, 71 (list; graph; listen)
OFFSET

0,3

FORMULA

Recurrence: a(2n) = a(n) + [(n+1)/2] + 1, a(2n+1) = 2n+1.

PROGRAM

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

CROSSREFS

a(n) is the exponent of 2 in A009613(n), A010043(n), A010046(n), A012388(n-1), A009518(n), A012391(n-1), A012457(n-1), A012458(n-1), A012461(n-1), A012462(n-2).

Cf. A093050, A093052.

Sequence in context: A072816 A046548 A127752 this_sequence A089020 A046560 A131413

Adjacent sequences: A093048 A093049 A093050 this_sequence A093052 A093053 A093054

KEYWORD

nonn

AUTHOR

Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 16 2004

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research