A101764 Iccanobif semiprime indices: Indices of semiprime numbers in A014258.
8, 10, 13, 17, 23, 26, 28, 29, 31, 39, 42, 53, 55, 56, 73, 83, 94, 98, 101, 113, 114, 115, 121, 167, 217, 255, 266, 326, 327, 333, 367, 389, 397, 404, 409, 423, 425, 467, 497, 570, 631, 639, 749, 761
Offset: 1
Links
- Lucas A. Brown, A101764.py.
Programs
-
Mathematica
nxt[{a_,b_}]:={b,IntegerReverse[a+b]}; Flatten[Position[NestList[nxt,{0,1},500][[All,1]],?(PrimeOmega[#]==2&)]]-1 (* _Harvey P. Dale, Jun 05 2022 *)
Extensions
Missing 367 inserted and new terms 570-761 added by Lucas A. Brown, Nov 12 2022
Comments