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!)
A102173 Iccanobirt semiprime indices (3 of 15): Indices of semiprime numbers in A102113. 1
5, 9, 11, 16, 22, 29, 67, 72, 87, 90, 94, 95, 119, 123, 146, 188, 323, 330 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A102113(a(n)) = A102193(n).
MATHEMATICA
nxt[{a1_, a2_, a3_}]:={a2, a3, a3+FromDigits[Reverse[IntegerDigits[a1]]]+ FromDigits[Reverse[IntegerDigits[a2]]]}; Flatten[Position[Transpose[ NestList[nxt, {0, 0, 1}, 200]][[1]], _?(PrimeOmega[#]==2&)]]-1 (* Harvey P. Dale, Oct 17 2012 *)
CROSSREFS
Sequence in context: A292089 A314600 A023484 * A171763 A342092 A089255
KEYWORD
nonn,more,less,base
AUTHOR
EXTENSIONS
Offset changed to 1 and a(17)-a(18) from Jinyuan Wang, Aug 10 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 June 29 19:38 EDT 2024. Contains 373855 sequences. (Running on oeis4.)