Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A118469
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A118469 Triangle read by rows: a(n,m) = If(n = 1, then 1, else Prime(n) - 1 + Sum_{k=n..m} (Prime(k + 1) - Prime(k))/2. +0
1
1, 1, 3, 1, 4, 5, 1, 6, 7, 8, 1, 7, 8, 9, 11, 1, 9, 10, 11, 13, 14, 1, 10, 11, 12, 14, 15, 17, 1, 12, 13, 14, 16, 17, 19, 20, 1, 15, 16, 17, 19, 20, 22, 23, 25, 1, 16, 17, 18, 20, 21, 23, 24, 26, 29, 1, 19, 20, 21, 23, 24, 26, 27, 29, 32, 33, 1, 21, 22, 23, 25, 26, 28, 29, 31, 34, 35 (list; table; graph; listen)
OFFSET

1,3

COMMENT

An improved triangular Goldbach sequence in which the gap sum is taken from a start at n.

EXAMPLE

1

1, 3

1, 4, 5

1, 6, 7, 8

1, 7, 8, 9, 11

1, 9, 10, 11, 13, 14

1, 10, 11, 12, 14, 15, 17

1, 12, 13, 14, 16, 17, 19, 20

1, 15, 16, 17, 19, 20, 22, 23, 25

1, 16, 17, 18, 20, 21, 23, 24, 26, 29

MATHEMATICA

t[n_, m_] := If[n == 1, 1, Prime[n] + Sum[(Prime[k + 1] - Prime[k])/2, {k, n, m}] - 1]; Table[ t[n, m], {m, 11}, {n, m}] // Flatten

CROSSREFS

Main diagonal: A078444, 2nd diagonal: A073273.

Columns 1-8: A000012, A006254, A098090, A089253, A097069, A097338, A097480, A098605.

Sequence in context: A016473 A029637 A097207 this_sequence A069203 A046070 A068399

Adjacent sequences: A118466 A118467 A118468 this_sequence A118470 A118471 A118472

KEYWORD

nonn,tabl

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), May 04 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 December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research