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

A025706 Index of 5^n within sequence of numbers of form 4^i*5^j.

Original entry on oeis.org

1, 3, 6, 10, 15, 21, 28, 37, 47, 58, 70, 83, 97, 113, 130, 148, 167, 187, 208, 231, 255, 280, 306, 333, 361, 391, 422, 454, 487, 521, 556, 592, 630, 669, 709, 750, 792, 835, 880, 926, 973, 1021, 1070, 1120, 1172, 1225, 1279, 1334, 1390, 1447, 1506, 1566, 1627, 1689
Offset: 0

Views

Author

Keywords

Comments

Positions of zeros in A025646. - R. J. Mathar, Jul 06 2025

Crossrefs

Cf. A025646. Differs from A025730 at a(56).

Programs

Extensions

Offset corrected by Charles R Greathouse IV, Jan 11 2018

A358038 Partial sums of the cubefree numbers.

Original entry on oeis.org

1, 3, 6, 10, 15, 21, 28, 37, 47, 58, 70, 83, 97, 112, 129, 147, 166, 186, 207, 229, 252, 277, 303, 331, 360, 390, 421, 454, 488, 523, 559, 596, 634, 673, 714, 756, 799, 843, 888, 934, 981, 1030, 1080, 1131, 1183, 1236, 1291, 1348, 1406, 1465, 1525, 1586, 1648, 1711
Offset: 1

Views

Author

Amiram Eldar, Oct 29 2022

Keywords

Comments

First differs from A025706 and A025730 at n = 14.
The analogous sequence with squarefree numbers is A173143.

Crossrefs

Programs

  • Mathematica
    Accumulate[Select[Range[100], Max[FactorInteger[#][[;; , 2]]] < 3 &]]

Formula

a(n) = Sum_{k=1..n} A004709(k).
a(n) = (zeta(3)/2)*n^2 + O(n^(3/2+eps)) (Weiyi, 2004).

Extensions

Corrected by Amiram Eldar, Jan 02 2024
Showing 1-2 of 2 results.