login
A355137
Indices of primes in the sequence A000296.
0
5, 6, 41, 119, 5118
OFFSET
1,1
COMMENTS
The next term, if it exists, is > 20000.
EXAMPLE
5 is in the sequence because A000296(5) = 11 is prime.
MATHEMATICA
s = 1; A000296 = Table[s = BellB[n] - s, {n, 0, 1000}]; Select[Range[1000], PrimeQ[A000296[[#]]]&]
CROSSREFS
Sequence in context: A137254 A378902 A262308 * A352641 A299168 A219516
KEYWORD
nonn,more
AUTHOR
Vaclav Kotesovec, Jun 20 2022
STATUS
approved