[go: up one dir, main page]

login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
Revision History for A249307 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A249307 Triangle read by rows: A249095(n,k) * 2^k, k = 0 .. 2*n+1.
(history; published version)
#7 by N. J. A. Sloane at Thu Aug 01 10:42:56 EDT 2019
STATUS

editing

approved

#6 by N. J. A. Sloane at Thu Aug 01 10:42:53 EDT 2019
CROSSREFS

Cf. A249095, A000079, A005408 (row lengths), A249308 (central terms), A000302 (right edge), A005055 (row sums, except for initial 1), A013609.

STATUS

approved

editing

#5 by Reinhard Zumkeller at Sat Nov 15 06:58:35 EST 2014
STATUS

editing

approved

#4 by Reinhard Zumkeller at Fri Nov 14 14:57:34 EST 2014
COMMENTS

Length of row n = 2*n+1;

T(n,2*n+1) = 4^n = A000302(n);

for n > 0: sum of row n = 7*5^(n-1), cf. A005055.

LINKS

Reinhard Zumkeller, <a href="/A249307/b249307.txt">Table of n, a(n) forRows n = 0..15875125 of triangle, flattened</a>

PROG

(Haskell)

a249307 n k = a249307_tabf !! n !! k

a249307_row n = a249307_tabf !! n

a249307_tabf = map (zipWith (*) a000079_list) a249095_tabf

CROSSREFS

Cf. A249095, A000079, A005408 (row lengths), A249308 (central terms), A000302 (right edge), A005055 (row sums, except initial 1), A013609.

Cf. A013609.

KEYWORD

nonn,changed,tabf

#3 by Reinhard Zumkeller at Fri Nov 14 14:55:24 EST 2014
NAME

allocatedTriangle forread Reinhardby Zumkellerrows: A249095(n,k) * 2^k, k = 0 .. 2*n+1.

DATA

1, 1, 2, 4, 1, 2, 8, 8, 16, 1, 2, 12, 16, 48, 32, 64, 1, 2, 16, 24, 96, 96, 256, 128, 256, 1, 2, 20, 32, 160, 192, 640, 512, 1280, 512, 1024, 1, 2, 24, 40, 240, 320, 1280, 1280, 3840, 2560, 6144, 2048, 4096, 1, 2, 28, 48, 336, 480, 2240, 2560, 8960, 7680

OFFSET

0,3

LINKS

Reinhard Zumkeller, <a href="/A249307/b249307.txt">Table of n, a(n) for n = 0..15875</a>

KEYWORD

allocated

nonn

AUTHOR

Reinhard Zumkeller, Nov 14 2014

STATUS

approved

editing

#2 by Reinhard Zumkeller at Sat Oct 25 02:31:14 EDT 2014
KEYWORD

allocating

allocated

#1 by Reinhard Zumkeller at Sat Oct 25 02:31:14 EDT 2014
NAME

allocated for Reinhard Zumkeller

KEYWORD

allocating

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 30 13:06 EDT 2024. Contains 375543 sequences. (Running on oeis4.)