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!)
A355137 Indices of primes in the sequence A000296. 0
5, 6, 41, 119, 5118 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term, if it exists, is > 20000.
LINKS
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: A349051 A137254 A262308 * A352641 A299168 A219516
KEYWORD
nonn,more
AUTHOR
Vaclav Kotesovec, Jun 20 2022
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 June 5 01:34 EDT 2024. Contains 373102 sequences. (Running on oeis4.)