Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

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

1,1

EXAMPLE

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

n=6 6! + 6!! + 1 = 720 + 48 + 1 = 769

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

Cf. A118769.

Sequence in context: A138584 A002427 A136134 this_sequence A012783 A062655 A090807

Adjacent sequences: A119494 A119495 A119496 this_sequence A119498 A119499 A119500

KEYWORD

easy,nonn

AUTHOR

Paolo P. Lava & Giorgio Balzarotti (ppl(AT)spl.at), May 25 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 25 14:45 EST 2009. Contains 167481 sequences.


AT&T Labs Research