Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A097859
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A097859 a(m,0) = a(m,m) = 2; a(m,n) = sum of primes (with repetition) dividing a(m-1,n-1) and of primes (with repetition) dividing a(m-1,n). +0
2
2, 2, 2, 2, 4, 2, 2, 6, 6, 2, 2, 7, 10, 7, 2, 2, 9, 14, 14, 9, 2, 2, 8, 15, 18, 15, 8, 2, 2, 8, 14, 16, 16, 14, 8, 2, 2, 8, 15, 17, 16, 17, 15, 8, 2, 2, 8, 14, 25, 25, 25, 25, 14, 8, 2, 2, 8, 15, 19, 20, 20, 20, 19, 15, 8, 2, 2, 8, 14, 27, 28, 18, 18, 28, 27, 14, 8, 2, 2, 8, 15, 18, 20, 19 (list; table; graph; listen)
OFFSET

0,1

COMMENT

Numbers not appearing in this sequence: 1,3,5,11,12,13 and probably no others. - Robert G. Wilson v Sep 03 2004.

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

a(6,2) = sum of primes dividing a(5,1) = 9, 3+3 and of primes dividing a(5,2) = 14, 2+7. So a(6,2) = 3 + 3 + 2 + 7 = 15.

Triangle begins:

2

2 2

2 4 2

2 6 6 2

2 7 10 7 2

2 9 14 14 9 2

2 8 15 18 15 8 2

2 8 14 16 16 14 8 2

2 8 15 17 16 17 15 8 2

MATHEMATICA

PrimeFactors[n_] := Flatten[ Table[ #[[1]], { #[[2]]}] & /@ FactorInteger[n]]; a[m_, 0] = a[m_, m_] = 2; a[m_, n_] := a[m, n] = Plus @@ Join[ PrimeFactors[ a[m - 1, n - 1]], PrimeFactors[ a[m - 1, n]]]; Table[ a[m, n], {m, 0, 12}, {n, 0, m}] (from Robert G. Wilson v Sep 03 2004)

CROSSREFS

Row maxima in A098330.

Sequence in context: A023157 A069733 A081755 this_sequence A028326 A156046 A048003

Adjacent sequences: A097856 A097857 A097858 this_sequence A097860 A097861 A097862

KEYWORD

nonn,tabl

AUTHOR

Leroy Quet Sep 01 2004

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 03 2004

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 13 23:45 EST 2009. Contains 170824 sequences.


AT&T Labs Research