Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A091512
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A091512 2^a(n) divides (2n)^n: exponent of 2 in (2n)^n. +0
6
1, 4, 3, 12, 5, 12, 7, 32, 9, 20, 11, 36, 13, 28, 15, 80, 17, 36, 19, 60, 21, 44, 23, 96, 25, 52, 27, 84, 29, 60, 31, 192, 33, 68, 35, 108, 37, 76, 39, 160, 41, 84, 43, 132, 45, 92, 47, 240, 49, 100, 51, 156, 53, 108, 55, 224, 57, 116, 59, 180, 61, 124, 63 (list; graph; listen)
OFFSET

1,2

FORMULA

a(n) = A007814(A000312(n)) = n*A001511(n) = A069895(n)/2.

G.f.: sum(k>=0, 2^k*x^2^k/(1-x^2^k)^2).

Recurrence: a(0) = 0, a(2n) = 2a(n) + 2n, a(2n+1) = 2n+1.

Dirichlet g.f.: zeta(s-1)*2^s/(2^s-2). - Ralf Stephan, Jun 17 2007

MATHEMATICA

Table[ Part[ Flatten[ FactorInteger[2n^n]], 2], {n, 1, 124}]

PROGRAM

(PARI) a(n)=n*(valuation(n, 2)+1)

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

CROSSREFS

Cf. A091519, A090740, A090739.

Sequence in context: A126604 A099377 A121844 this_sequence A106285 A061727 A055527

Adjacent sequences: A091509 A091510 A091511 this_sequence A091513 A091514 A091515

KEYWORD

nonn,easy

AUTHOR

R. Stephan (ralf(AT)ark.in-berlin.de) and Labos E. (labos(AT)ana.sote.hu), Jan 18 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 September 6 16:04 EDT 2008. Contains 143483 sequences.


AT&T Labs Research