login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077388 Sums of rows of triangle in A077389. 5
2, 8, 15, 36, 395, 72, 119, 240, 2349, 300, 539, 276, 923, 714, 435, 496, 629, 702, 2375, 1120, 1995, 1144, 874, 3192, 3925, 2938, 9531, 1960, 10063, 2670, 3441, 4448, 5907, 6358, 9835, 4464, 5069, 3610, 13533, 4000, 6273, 4410, 21113, 12012, 8325 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

19318176 = A077388(1296) = A077388(2088). Are there any other pairs?. - Naohiro Nomoto (n_nomoto(AT)yabumi.com), May 17 2003

MATHEMATICA

f[n_] := Block[{k = 1, t}, While[t = Table[Prime[i], {i, k, k + n - 1}]; Mod[Plus @@ t, n] > 0, k++ ]; t]; Total /@ Table[f[n], {n, 45}] (*Chandler*)

CROSSREFS

Cf. A054892, A077389, A082638, A122820.

Sequence in context: A095298 A100596 A082638 * A203419 A173287 A167592

Adjacent sequences:  A077385 A077386 A077387 * A077389 A077390 A077391

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 06 2002

EXTENSIONS

More terms from Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Jan 30 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 14:02 EST 2012. Contains 205811 sequences.