Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A118016
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A118016 Integers of the form 2^n/(n-1). +0
1
4, 4, 8, 64, 8192, 268435456, 576460752303423488, 5316911983139663491615228241121378304, 904625697166532776746648320380374280103671755200316906558262375061821325312 (list; graph; listen)
OFFSET

2,1

COMMENT

Terms of this sequence are four times the numbers of De Bruijn's sequence: 2^(2^(n-1) - n) (A016031) a(n)=4*A016031 - Paolo P. Lava (ppl(AT)spl.at), Nov 10 2006

EXAMPLE

n=5 2^5/(5-1) = 32/4 = 8

n=17 2^17/(17-1) = 131072/16 = 8192

MAPLE

P:=proc(n) local i, j; for i from 2 by 1 to n do j:=2^i/(i-1); if trunc(j)=j then print(j); fi; od; end: P(5000);

CROSSREFS

Cf. A016031.

Sequence in context: A096252 A137717 A102369 this_sequence A071775 A134576 A143183

Adjacent sequences: A118013 A118014 A118015 this_sequence A118017 A118018 A118019

KEYWORD

nonn

AUTHOR

Paolo P. Lava & Giorgio Balzarotti (ppl(AT)spl.at), May 11 2006

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 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research