Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122758
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122758 Triangle read by rows: T(n,m) = 2*n^2*A084221(n) (n>=0, 0 <= m <= n). +0
1
0, 2, 6, 8, 24, 32, 18, 54, 72, 216, 32, 96, 128, 384, 512, 50, 150, 200, 600, 800, 2400, 72, 216, 288, 864, 1152, 3456, 4608, 98, 294, 392, 1176, 1568, 4704, 6272, 18816, 128, 384, 512, 1536, 2048, 6144, 8192, 24576, 32768, 162, 486, 648, 1944, 2592, 7776 (list; graph; listen)
OFFSET

1,2

EXAMPLE

Triangle begins:

0

2, 6

8, 24, 32

18, 54, 72, 216

32, 96, 128, 384, 512

50, 150, 200, 600, 800, 2400

MATHEMATICA

f[n_] := If[Mod[n, 2] == 0, 2^(n + 1), 2^n + 2^(n + 1)]; T[n_, m_] := m^2*f[n]; a = Table[Table[T[n, m], {n, 0, m}], {m, 0, 10}]; Flatten[a]

CROSSREFS

Cf. A084221.

Sequence in context: A153802 A068496 A081957 this_sequence A122756 A116083 A115506

Adjacent sequences: A122755 A122756 A122757 this_sequence A122759 A122760 A122761

KEYWORD

nonn

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 21 2006

EXTENSIONS

Edited by N. J. A. Sloane, Jun 23 2009

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