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!)
A154097 A rational based combinatorial triangular sequence: f(n) = Product[Prime[a]*k + Prime[b],{k,0,n}]; a = 2; b = 1; t(n,m) = Denominator[f(n)/(f(n-m)*f(m))]. 2
2, 2, 2, 2, 5, 2, 2, 10, 10, 2, 2, 5, 40, 5, 2, 2, 10, 40, 40, 10, 2, 2, 1, 4, 22, 4, 1, 2, 2, 10, 4, 44, 44, 4, 10, 2, 2, 5, 40, 22, 308, 22, 40, 5, 2, 2, 10, 40, 440, 308, 308, 440, 40, 10, 2, 2, 5, 5, 55, 385, 1309, 385, 55, 5, 5, 2 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The row sums are: {2, 4, 9, 24, 54, 104, 36, 120, 446, 1600, 2213,...}.
LINKS
FORMULA
f(n) = Product[Prime[a]*k + Prime[b], {k,0,n}]; a = 2; b = 1; t(n,m) = Denominator[f(n)/(f(n-m)*f(m))].
EXAMPLE
{2},
{2, 2},
{2, 5, 2},
{2, 10, 10, 2},
{2, 5, 40, 5, 2},
{2, 10, 40, 40, 10, 2},
{2, 1, 4, 22, 4, 1, 2},
{2, 10, 4, 44, 44, 4, 10, 2},
{2, 5, 40, 22, 308, 22, 40, 5, 2},
{2, 10, 40, 440, 308, 308, 440, 40, 10, 2},
{2, 5, 5, 55, 385, 1309, 385, 55, 5, 5, 2}
MATHEMATICA
Clear[a, b, t, f]; f[n_] = Product[Prime[a]*k + Prime[b], {k, 0, n}];
t[n_, m_] = FullSimplify[f[n]/(f[n - m]*f[m])];
a = 2; b = 1; Table[Table[Denominator[t[n, m]], {m, 0, n}], {n, 0, 10}]//Flatten
CROSSREFS
Cf. A154096.
Sequence in context: A123487 A130325 A362034 * A221491 A224254 A107604
KEYWORD
nonn,tabl,frac
AUTHOR
Roger L. Bagula, Jan 04 2009
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 July 16 19:20 EDT 2024. Contains 374358 sequences. (Running on oeis4.)