Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A130308
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A130308 Primes of the form [n!! - (n-1)!! + (n-2)!! -....1!! ]-1. +0
2
5, 317, 1217216458429656137 (list; graph; listen)
OFFSET

1,1

COMMENT

The next term is too large to include.

EXAMPLE

5 = 4!! - 3!! + 2!! - 1!! -1 = 8 - 3 + 2 - 1 - 1.

MAPLE

P:=proc(n) local a, i, j, k, w; for i from 1 by 1 to n do a:=0; for j from i by -1 to 0 do k:=j; w:=j-2; while w>0 do k:=k*w; w:=w-2; od; a:=a+k*(-1)^j od; if isprime(abs(a)-1) then print(abs(a)-1); fi; od; end: P(1000);

CROSSREFS

Cf. A071828, A130309.

Sequence in context: A075983 A160071 A094161 this_sequence A053516 A085523 A152425

Adjacent sequences: A130305 A130306 A130307 this_sequence A130309 A130310 A130311

KEYWORD

nonn,bref

AUTHOR

Paolo P. Lava & Giorgio Balzarotti (ppl(AT)spl.at), May 21 2007

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research