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!)
A079601 (A000670(2*p - 1) - 1)/(6*p) where p runs through the primes. 1
1, 30, 236242, 12544246390, 1229164015128849604270, 1367914941518920202892096130, 10989801394147610473210727542088302770490, 67520322268089344459189867921056960354422886750 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
f[0]=1; f[n_] := f[n] = Sum[Binomial[n, k] * f[n - k], {k, 1, n}]; r[p_] := (f[2 p - 1] - 1)/(6 p); r /@ Select[Range[20], PrimeQ] (* Amiram Eldar, Sep 10 2019 *)
CROSSREFS
Cf. A000670.
Sequence in context: A231815 A291995 A005801 * A307915 A238636 A140762
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 28 2003
EXTENSIONS
Definition corrected by Eric Rowland, Jun 23 2017
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 21:14 EDT 2024. Contains 372549 sequences. (Running on oeis4.)