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!)
A279623 a(n) = smallest prime factor of n-th Bell number, or 1 if there are none. 2
1, 1, 2, 5, 3, 2, 7, 877, 2, 3, 5, 2, 37, 27644437, 2, 5, 241, 2, 7, 271, 2, 3, 3, 2, 3, 13, 2, 47, 5, 2, 3, 11, 2, 5694673, 3, 2, 29, 3, 2, 6353, 3221, 2, 35742549198872617291353508656626642567, 3, 2, 5, 5, 2, 3, 7615441337805454611187, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..131 (terms 0..100 from Robert G. Wilson v)
FORMULA
a(n) = A020639(A000110(n)). - Robert Israel, Dec 25 2016
MATHEMATICA
f[n_] := (FactorInteger@ BellB@ n)[[1, 1]]; Array[f, 50, 0]
PROG
(Magma) [1, 1] cat [Minimum(PrimeDivisors(Bell(n))): n in [2..50]];
CROSSREFS
Sequence in context: A302130 A156637 A195784 * A287040 A212887 A163766
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Dec 25 2016
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 April 24 10:00 EDT 2024. Contains 371935 sequences. (Running on oeis4.)