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-4 of 4 results.

A048288 Number of prime factors counted with multiplicity of the reverse concatenation of numbers from 1 to n.

Original entry on oeis.org

0, 2, 2, 2, 3, 2, 2, 4, 5, 3, 2, 3, 3, 4, 6, 4, 7, 10, 4, 5, 4, 5, 4, 5, 6, 9, 9, 5, 7, 8, 3, 6, 5, 7, 9, 8, 4, 3, 6, 5, 8, 6, 3, 8, 7, 5, 7, 7, 3, 6, 3, 7, 12, 14, 3, 5, 4, 6, 3, 3, 5, 9, 6, 6, 7, 7, 4, 8, 8, 4, 9, 5, 7, 8, 10, 3, 7, 6, 4, 9, 10, 1, 3, 8, 3
Offset: 1

Views

Author

Paul Jasper (jasperpaul(AT)hotmail.com)

Keywords

Examples

			21 = 3*7 so a(2) = 2; 321 = 3*107 so a(3) = 2; 4321 = 29*149 so a(4) = 2; etc.
a(1)=0 since 1 has no prime factors.
		

Crossrefs

Programs

  • Mathematica
    Join[{0},Table[PrimeOmega[FromDigits[Flatten[IntegerDigits[Range[i,1,-1]]]]],{i,2,36}]] (* Jayanta Basu, May 30 2013 *)

Formula

a(n) = A001222(A000422(n)). - Michel Marcus, Jun 14 2021

Extensions

Offset and a(19) corrected and more terms from Sean A. Irvine, Jun 13 2021
Edited by N. J. A. Sloane, Sep 04 2021

A050682 Positions of 5's in A048288.

Original entry on oeis.org

9, 20, 22, 24, 28, 33, 40, 46, 56, 61, 72, 87
Offset: 1

Views

Author

Patrick De Geest, Aug 15 1999

Keywords

Crossrefs

Extensions

a(11)-a(12) from Sean A. Irvine, Aug 17 2021
Offset changed to 1 by Jinyuan Wang, Sep 04 2021

A050680 Positions of 3's in A048288.

Original entry on oeis.org

5, 10, 12, 13, 31, 38, 43, 49, 51, 55, 59, 60, 76, 83, 85, 97, 117, 118
Offset: 1

Views

Author

Patrick De Geest, Aug 15 1999

Keywords

Crossrefs

Extensions

a(13)-a(16) from Sean A. Irvine, Aug 17 2021
Offset changed to 1 by and a(17)-a(18) from Jinyuan Wang, Sep 04 2021

A050681 Positions of 4's in A048288.

Original entry on oeis.org

8, 14, 16, 19, 21, 23, 37, 57, 67, 70, 79, 88, 106
Offset: 1

Views

Author

Patrick De Geest, Aug 15 1999

Keywords

Crossrefs

Extensions

a(9)-a(13) from Sean A. Irvine, Aug 17 2021
Offset changed to 1 by Jinyuan Wang, Sep 04 2021
Showing 1-4 of 4 results.