cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A102195 Iccanobirt semiprimes (5 of 15): Semiprime numbers in A102115.

Original entry on oeis.org

4, 779, 1138, 57415, 77633, 55486847, 1073911003, 3317721397, 1060433508262511, 71024113009688593314067, 11974445409544006175987023, 1076202964567631961558639609002933, 33696092853645518103687453241761538, 4617443279524324394317910914689160360213
Offset: 1

Views

Author

Jonathan Vos Post and Ray Chandler, Dec 31 2004

Keywords

Crossrefs

Programs

  • Mathematica
    nxt[{a_,b_,c_}]:={b,c,Total[FromDigits/@Reverse/@IntegerDigits[{a,c}]]+b};Select[NestList[nxt,{0,0,1},120][[;;,1]],PrimeOmega[#]==2&] (* Harvey P. Dale, Mar 02 2025 *)

Formula

a(n) = A102115(A102175(n)).

Extensions

Offset changed to 1 and a(14) from Jinyuan Wang, Aug 12 2021
Showing 1-1 of 1 results.