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!)
A101766 Iccanobif semiprime indices: Indices of semiprime numbers in A014260. 4
8, 16, 18, 21, 26, 38, 42, 44, 49, 54, 55, 57, 61, 67, 77, 78, 115, 123, 134, 145, 151, 154, 202, 218, 249, 286, 349, 403, 498, 539, 647 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence also includes 790, 1161, 1347, 1418, 1595, 1761, and 2018. It might or might not include 769, 1394, 1795, 1983, 2093, 2178, but the required factoring proved rather difficult. There are no further terms below 2178. - Lucas A. Brown, Nov 12 2022
LINKS
Lucas A. Brown, A101766.py.
MATHEMATICA
nxt[{a_, b_}]:={b, IntegerReverse[a]+b}; Flatten[Position[NestList[nxt, {0, 1}, 600][[All, 1]], _?(PrimeOmega[#]==2&)]]-1 (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jul 04 2018 *)
CROSSREFS
Sequence in context: A180860 A356450 A328189 * A338930 A357002 A356441
KEYWORD
nonn,base,hard,more
AUTHOR
EXTENSIONS
Offset changed to 1 by Jinyuan Wang, Aug 01 2021
a(31) from Lucas A. Brown, Nov 12 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 September 17 04:45 EDT 2024. Contains 375985 sequences. (Running on oeis4.)