login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A029946
a(n)^3 contains n-th prime as a substring.
2
3, 7, 5, 3, 45, 11, 12, 13, 47, 9, 11, 15, 81, 7, 63, 37, 19, 21, 23, 83, 46, 31, 18, 29, 13, 106, 47, 221, 103, 225, 238, 236, 255, 225, 285, 205, 54, 168, 23, 161, 148, 122, 106, 57, 13, 271, 171, 247, 497, 132, 177, 198, 148, 136, 137, 133, 61, 358
OFFSET
1,1
MATHEMATICA
Table[Function[p, k = 1; While[Length@ SequencePosition[ IntegerDigits[Set[c, k^3]], p] == 0, k++]; c]@ IntegerDigits@ Prime@ n, {n, 58}] ^(1/3) (* Michael De Vlieger, May 04 2017, Version 10.1 *)
CROSSREFS
Sequence in context: A094124 A141519 A228000 * A200285 A205528 A021731
KEYWORD
nonn,base
STATUS
approved