Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A118743
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A118743 Primes of the form n!! + n + 1. +0
1
3, 5, 7, 13, 113, 3851, 46093, 10321937, 185794579, 216862434431944426122117120047, 1874480713189654839282450157086195210900931486780353469173376681742503659434414632312033372643386765197475111737132341321962070865661132800000000000000000173 (list; graph; listen)
OFFSET

1,1

EXAMPLE

n=2 2!! + 2 + 1 = 2 + 2 + 1 = 5

n=4 4!! + 4 + 1 = 4*2 + 4 + 1 = 8 + 4 + 1 = 13

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: A057187 A141414 A064268 this_sequence A114980 A024372 A061390

Adjacent sequences: A118740 A118741 A118742 this_sequence A118744 A118745 A118746

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 November 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research