The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A238692 a(n) is the quotient of the sum of (not necessarily distinct) integers i!+(prime(n)-1)!/i!, i=1,2,...,prime(n)-2, which are divisible by prime(n), and prime(n). 1
0, 1, 7, 139, 365641, 39916801, 1317933016441, 355688356705921, 53128667010491295649, 10888872347627347035630931201, 8841761993746245283777145088001, 10333147966386144929666651337523200000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(n) is prime for n = {3,4,5,6,7,31,738}; a(738) ~ 7.1 * 10^18518. There are no others for n up to 1000. - Peter J. C. Moses, Mar 03 2014
LINKS
EXAMPLE
Let n=4, prime(n)=7. Consider integers i!+6!/i!, i=1,2,3,4,5: 721,362,126,54,126. Among them 721,126,126 are divisible by 7. So a(4)=(721 + 126 + 126)/7 = 139.
MATHEMATICA
Map[Total[Cases[Table[i!+(#-1)!/i!, {i, #-2}]/#, _Integer]]&, Prime[Range[10]]] (* Peter J. C. Moses, Mar 10 2014 *)
CROSSREFS
Sequence in context: A082162 A280629 A348188 * A288322 A297650 A085708
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 21:33 EDT 2024. Contains 372533 sequences. (Running on oeis4.)