Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117692
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117692 A binomial like function that is integer made from Primorial numbers A034386. +0
1
1, 4, 2, 18, 18, 6, 6, 9, 6, 6, 150, 75, 75, 150, 30, 30, 75, 25, 75, 30, 30, 1470, 735, 1225, 1225, 735, 1470, 210, 210, 735, 245, 1225, 245, 735, 210, 210, 210, 105, 245, 245, 245, 245, 105, 210, 210, 210, 105, 35, 245, 49, 245, 35, 105, 210, 210 (list; graph; listen)
OFFSET

0,2

COMMENT

The regular Binomial like function gives rational numbers: cf[n]/(cf[m]*cf[n - m]) but a Catalan type of number is Integer.

FORMULA

b[n]=A034386[n] a(n) = A034386[n]^2/(A034386[m]*A034386[n-m])

EXAMPLE

1

4, 2

18, 18, 6

6, 9, 6, 6

150, 75, 75, 150, 30

30, 75, 25, 75, 30, 30

1470, 735, 1225, 1225, 735, 1470, 210

MATHEMATICA

f[n_] := If[PrimeQ[n] == True, n, 1] cf[0] = 1; cf[n_Integer?Positive] := cf[n] = f[n]*cf[n - 1] bf[n_Integer?Positive, m_Integer?Positive] := bf[n, m] = cf[n]^2/(cf[m]*cf[n - m]) b = Table[Table[bf[n, m], {m, 1, n}], {n, 1, 10}] Flatten[b]

CROSSREFS

Cf. A034386.

Sequence in context: A137393 A122749 A074676 this_sequence A052966 A081797 A016517

Adjacent sequences: A117689 A117690 A117691 this_sequence A117693 A117694 A117695

KEYWORD

nonn,uned,probation

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 12 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 September 6 16:04 EDT 2008. Contains 143483 sequences.


AT&T Labs Research