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!)
A290376 Prime Fubini numbers. 1

%I #10 Aug 03 2017 11:37:57

%S 3,13,541,47293,7087261,526858348381

%N Prime Fubini numbers.

%C Corresponding indices are 2, 3, 5, 7, 9, 13, ... with no more up to 12000.

%t a[0] = 1; a[n_] := a[n] = Sum[Binomial[n, k]*a[n - k], {k, 1, n}]; Select[a@# & /@ Range@ 20, PrimeQ@# &]

%o (PARI) lista(nn) = for (n=1, nn, if (isprime(fn=sum(k=1, n, k!*stirling(n, k, 2))), print1(fn, ", "));); \\ _Michel Marcus_, Aug 02 2017

%Y Cf. A000670.

%K nonn,more

%O 1,1

%A _Amiram Eldar_, Jul 28 2017

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 June 1 11:45 EDT 2024. Contains 373018 sequences. (Running on oeis4.)