Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117141
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117141 Primes of the form n!!-1. +0
51
2, 7, 47, 383, 10321919, 51011754393599, 1130138339199322632554990773529330319359999999, 73562883979319395645666688474019139929848516028923903999999999 (list; graph; listen)
OFFSET

1,1

FORMULA

a(n) = A093173(n-1) for n>1. - Alexander Adamchuk (alex(AT)kolmogorov.com), Apr 18 2007

EXAMPLE

47 = 6!! -1

383 = 8!! -1

MAPLE

SFACT:= proc(n) local i, j, k; for k from 1 by 1 to n do i:=k; j:=k-2; while j >0 do i:=i*j; j:=j-2; od: if isprime(i-1) then print(i-1); fi; od: end: SFACT(100);

CROSSREFS

Cf. A002981, A002982, A088332.

Cf. A093173 = primes of the form (2^n * n!) - 1.

Sequence in context: A072287 A091117 A056854 this_sequence A125813 A106159 A119668

Adjacent sequences: A117138 A117139 A117140 this_sequence A117142 A117143 A117144

KEYWORD

nonn

AUTHOR

Paolo P. Lava & Giorgio Balzarotti (ppl(AT)spl.at), Apr 21 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 November 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research