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
3, 13, 541, 47293, 7087261, 526858348381 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding indices are 2, 3, 5, 7, 9, 13, ... with no more up to 12000.
LINKS
MATHEMATICA
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n, k]*a[n - k], {k, 1, n}]; Select[a@# & /@ Range@ 20, PrimeQ@# &]
PROG
(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
CROSSREFS
Cf. A000670.
Sequence in context: A092845 A216474 A222762 * A089711 A173759 A001039
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Jul 28 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 March 29 09:59 EDT 2024. Contains 371268 sequences. (Running on oeis4.)