Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A118744
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A118744 Primes of the form n!! + n - 1. +0
1
3, 5, 11, 19, 53, 953, 46091, 34459441, 3715891219, 6332659870762850657, 107145471557284795514880041 (list; graph; listen)
OFFSET

1,1

EXAMPLE

n=2 2!! + 2 - 1 = 2 + 2 - 1 = 3

n=4 4!! + 4 - 1 = 4*2 + 4 - 1 = 11

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

CROSSREFS

Sequence in context: A045691 A045961 A117272 this_sequence A092672 A061068 A058932

Adjacent sequences: A118741 A118742 A118743 this_sequence A118745 A118746 A118747

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 July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research