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!)
A079600 a(n) = A000670(p-1)/p with p = prime(n+1). 1
1, 15, 669, 9295233, 2160889815, 312685569528315, 178186034908255017, 111949757382747408023661, 217157312584485035638564618459815, 367857057871350983346531103102738773, 3897277863558255935901648057010997772527380815 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A052882(p)/p^2 with p = prime(n+1).
MAPLE
N:= 60: # to use primes <= N
M:= numtheory:-pi(N):
L:= [seq(ithprime(i+1)-1, i=1..M-1)]:
S:= series(1/(2-exp(x)), x=0, N+1):
seq(coeff(S, x, L[i])*L[i]!/(L[i]+1), i=1..M-1); # Robert Israel, Mar 30 2016
MATHEMATICA
Fubini[n_, r_] := Sum[k!*Sum[(-1)^(i+k+r)*(i+r)^(n-r)/(i!*(k-i-r)!), {i, 0, k-r}], {k, r, n}]; Fubini[0, 1] = 1; a[p_] := Fubini[p-1, 1]/p; Table[ a[p], {p, Prime[Range[2, 11]]}] (* Jean-François Alcover, Mar 30 2016 *)
CROSSREFS
Sequence in context: A279465 A349889 A279531 * A171113 A166186 A351182
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 28 2003
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 15 05:46 EDT 2024. Contains 372538 sequences. (Running on oeis4.)