Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A093050
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A093050 Exponent of 2 in (3^n-3)*2^(n-1). +0
3
0, 0, 3, 2, 6, 4, 7, 6, 11, 8, 11, 10, 14, 12, 15, 14, 20, 16, 19, 18, 22, 20, 23, 22, 27, 24, 27, 26, 30, 28, 31, 30, 37, 32, 35, 34, 38, 36, 39, 38, 43, 40, 43, 42, 46, 44, 47, 46, 52, 48, 51, 50, 54, 52, 55, 54, 59, 56, 59, 58, 62, 60, 63, 62, 70, 64, 67, 66, 70 (list; graph; listen)
OFFSET

0,3

FORMULA

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

G.f.: sum(k>=0, t^2(3+2t+2t^3-t^4)/[(1+t^2)(1-t^2)^2], t=x^2^k).

PROGRAM

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

CROSSREFS

Cf. A093051, A093052.

a(n) is the exponent of 2 in A016129(n-1), A024281(n), A024287(n), A066406(n)/2, A071952(n+3).

Sequence in context: A059399 A120911 A064789 this_sequence A054089 A006368 A105354

Adjacent sequences: A093047 A093048 A093049 this_sequence A093051 A093052 A093053

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 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research