Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A074165
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A074165 Numbers n such that n!!! is an interprime. +0
2
4, 6, 13, 15, 16, 23, 28, 46, 126, 148, 285 (list; graph; listen)
OFFSET

1,1

MATHEMATICA

PrevPrim[n_] := Block[{k = n - 1}, While[ ! PrimeQ[k], k-- ]; k]; NextPrim[n_] := Block[{k = n + 1}, While[ ! PrimeQ[k], k++ ]; k]; NFactorialM[n_, m_] := Block[{k = n, p = n}, While[k > m, k -= m; p = p*k]; p]; Do[ a = NFactorialM[n, 3]; If[2a == PrevPrim[a] + NextPrim[a], Print[n]], {n, 3, 500}]

CROSSREFS

Cf. A053709 & A074176.

Sequence in context: A028444 A003973 A034747 this_sequence A137821 A010061 A063186

Adjacent sequences: A074162 A074163 A074164 this_sequence A074166 A074167 A074168

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 16 2002

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 5 19:27 EDT 2008. Contains 143485 sequences.


AT&T Labs Research