Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A119408
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A119408 Decimal equivalent of the binary string generated by the n X n identity matrix. +0
1
1, 9, 273, 33825, 17043521, 34630287489, 282578800148737, 9241421688590303745, 1210107565283851686118401, 634134936313486520338360567809 (list; graph; listen)
OFFSET

1,2

FORMULA

The sequence can be generated by the following: 2^((n+1)(n-1)) + 2^((n+1)(n-2)) + ... + 1 where n=2,3,...

EXAMPLE

n=2 [1 0; 0 1] == 1001b=9d

n=3 [1 0 0; 0 1 0; 0 0 1] == 100010001b=273d

n=4 [1 0 0 0; 0 1 0 0; 0 0 1 0; 0 0 0 1] == 1000010000100001b=33825d

MATHEMATICA

For[n=2, n<=10, Print[n, " ", Sum[2^((n+1)(k-1)), {k, 1, n}]]; n++ ]

CROSSREFS

Sequence in context: A088672 A157571 A028456 this_sequence A012234 A012141 A110553

Adjacent sequences: A119405 A119406 A119407 this_sequence A119409 A119410 A119411

KEYWORD

nonn

AUTHOR

Lynn R. Purser (lynn.r.purser(AT)boeing.com), Jul 25 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 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research