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!)
A102181 Iccanobirt semiprime indices (11 of 15): Indices of semiprime numbers in A102121. 1
5, 11, 12, 17, 18, 37, 38, 43, 44, 45, 55, 61, 70, 93, 103, 110, 120, 129, 174, 198, 241, 245, 277, 303, 342, 381, 393, 552, 590, 657, 708 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A102121(a(n)) = A102201(n).
MATHEMATICA
nxt[{a_, b_, c_}]:={b, c, IntegerReverse[c+IntegerReverse[b]+IntegerReverse[a]]}; Flatten[ Position[NestList[nxt, {0, 0, 1}, 800][[;; , 1]], _?(PrimeOmega[#]==2&)]-1] (* Harvey P. Dale, Mar 23 2023 *)
CROSSREFS
Sequence in context: A030318 A102175 A139200 * A103068 A277136 A176821
KEYWORD
nonn,more,less,base
AUTHOR
EXTENSIONS
Offset changed to 1 and a(21)-a(31) from Jinyuan Wang, Aug 14 2021
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 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)