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.

A218738 a(n) = (35^n - 1)/34.

Original entry on oeis.org

0, 1, 36, 1261, 44136, 1544761, 54066636, 1892332261, 66231629136, 2318107019761, 81133745691636, 2839681099207261, 99388838472254136, 3478609346528894761, 121751327128511316636, 4261296449497896082261, 149145375732426362879136, 5220088150634922700769761
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 35 (A009979).

Crossrefs

Programs

Formula

From Vincenzo Librandi, Nov 07 2012: (Start)
G.f.: x/((1 - x)*(1 - 35*x)).
a(n) = 36*a(n-1) - 35*a(n-2).
a(n) = floor(35^n/34). (End)
E.g.f.: exp(x)*(exp(34*x) - 1)/34. - Stefano Spezia, Mar 28 2023

A165856 Totally multiplicative sequence with a(p) = 35.

Original entry on oeis.org

1, 35, 35, 1225, 35, 1225, 35, 42875, 1225, 1225, 35, 42875, 35, 1225, 1225, 1500625, 35, 42875, 35, 42875, 1225, 1225, 35, 1500625, 1225, 1225, 42875, 42875, 35, 42875, 35, 52521875, 1225, 1225, 1225, 1500625, 35, 1225, 1225, 1500625, 35, 42875, 35
Offset: 1

Views

Author

Jaroslav Krizek, Sep 28 2009

Keywords

Programs

  • Mathematica
    35^PrimeOmega[Range[100]] (* G. C. Greubel, Apr 15 2016 *)
  • PARI
    a(n) = 35^bigomega(n); \\ Altug Alkan, Apr 15 2016

Formula

a(n) = A009979(A001222(n)) = 35^bigomega(n) = 35^A001222(n).
Showing 1-2 of 2 results.