Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A118769
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A118769 Primes of the form n! - n!! + 1. +0
2
17, 673, 39937, 87177646081, 6402373519933441, 304888344611712432172380979201, 12688693218588416410343338933516148080286551504440685299947926182022393070106968\ 0640000001 (list; graph; listen)
OFFSET

1,1

EXAMPLE

n=4 4! - 4!! + 1 = 4*3*2*1 - 4*2 + 1 = 24 - 8 + 1 = 17

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(k!-i+1) then print(k!-i+1); fi; od: end: SFACT(300);

CROSSREFS

Sequence in context: A012219 A063941 A089018 this_sequence A009158 A012050 A012157

Adjacent sequences: A118766 A118767 A118768 this_sequence A118770 A118771 A118772

KEYWORD

nonn

AUTHOR

Paolo P. Lava & Giorgio Balzarotti (ppl(AT)spl.at), May 22 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 December 8 08:31 EST 2009. Contains 170430 sequences.


AT&T Labs Research