Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117878
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117878 Triangular function of A034386 (primorial numbers, second definition) and A049614 (n! divided by primorial numbers) with one subtracted: A034386[n]*A049614[n]-1. +0
1
0, 1, 1, 5, 5, 5, 5, 5, 5, 23, 29, 29, 29, 119, 119, 29, 29, 29, 119, 119, 719, 209, 209, 209, 839, 839, 5039, 5039, 209, 209, 209, 839, 839, 5039, 5039, 40319, 209, 209, 209, 839, 839, 5039, 5039, 40319, 362879, 209, 209, 209, 839, 839, 5039, 5039, 40319, 362879 (list; table; graph; listen)
OFFSET

0,4

FORMULA

a(n,m) = A034386[n]*A049614[n]-1

EXAMPLE

0

1, 1

5, 5, 5

5, 5, 5, 23

29, 29, 29, 119, 119

29, 29, 29, 119, 119, 719

209, 209, 209, 839, 839, 5039, 5039

209, 209, 209, 839, 839, 5039, 5039, 40319

209, 209, 209, 839, 839, 5039, 5039, 40319, 362879

209, 209, 209, 839, 839, 5039, 5039, 40319, 362879, 3628799

MATHEMATICA

f[n_] := If[PrimeQ[n] == True, 1, n] cf[0] = 1; cf[n_Integer?Positive] := cf[n] = f[n]*cf[n - 1] g[n_] := If[PrimeQ[n] == True, n, 1] p[0] = 1; p[n_Integer?Positive] := p[n] = g[n]*p[n - 1] F[n_, m_] = p[n]*cf[m] - 1 a0 = Flatten[Table[Table[F[n, m], {m, 1, n}], {n, 1, 10}]]

CROSSREFS

Cf. A034386, A049614.

Sequence in context: A010716 A021022 A032560 this_sequence A094636 A105247 A001735

Adjacent sequences: A117875 A117876 A117877 this_sequence A117879 A117880 A117881

KEYWORD

nonn,tabl,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), May 02 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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research