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

A024049 a(n) = 5^n - 1.

Original entry on oeis.org

0, 4, 24, 124, 624, 3124, 15624, 78124, 390624, 1953124, 9765624, 48828124, 244140624, 1220703124, 6103515624, 30517578124, 152587890624, 762939453124, 3814697265624, 19073486328124, 95367431640624
Offset: 0

Views

Author

Keywords

Comments

Numbers whose base 5 representation is 44444.......4. - Zerinvary Lajos, Feb 03 2007
For n > 0, a(n) is the sum of divisors of 3*5^(n-1). - Patrick J. McNab, May 27 2017

Examples

			For n = 5, a(5) = 4*5 + 16*10 + 64*10 + 256*5 + 1024*1 = 3124. - _Bruno Berselli_, Nov 11 2015
		

Crossrefs

Programs

Formula

G.f.: 1/(1-5*x) - 1/(1-x) = 4*x/((1-5*x)*(1-x)). - Mohammad K. Azarian, Jan 14 2009
E.g.f.: exp(5*x) - exp(x). - Mohammad K. Azarian, Jan 14 2009
a(n+1) = 5*a(n) + 4. - Reinhard Zumkeller, Nov 22 2009
a(n) = Sum_{i=1..n} 4^i*binomial(n,n-i) for n>0, a(0)=0. - Bruno Berselli, Nov 11 2015
a(n) = A000351(n) - 1. - Sean A. Irvine, Jun 19 2019
Sum_{n>=1} 1/a(n) = A248722. - Amiram Eldar, Nov 13 2020
a(n) = 2*A125831(n) = 4*A003463(n). - Elmo R. Oliveira, Dec 10 2023

A073668 Decimal expansion of Sum_{k>=1} 1/(10^k - 1).

Original entry on oeis.org

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

Views

Author

Robert G. Wilson v, Aug 29 2002

Keywords

Comments

Parallels A000005 up to a(46).
Sum_{k>=1} x^k/(1-x^k) = Sum_{k>=1} tau(k)*x^k. Choosing x = 1/10 gives the result. - Amarnath Murthy, Oct 21 2002

Examples

			0.122324243426244526264428344628264449244... = A065444/9.
		

References

  • Amarnath Murthy, Some interesting results on d(N), the number of divisors of a natural number, page 463, Octogon Mathematical Magazine, Vol. 8 No. 2, October 2000.

Crossrefs

Programs

  • Maple
    evalf(Sum(1/(10^k - 1), k = 1..infinity), 200) # Vaclav Kotesovec, Jul 16 2019
    # second program with faster converging series after Joerg Arndt
    evalf( add( (1/10)^(n^2)*(1 + 2/(10^n - 1)), n = 1..8), 105); # Peter Bala, Jan 30 2022
  • Mathematica
    RealDigits[ N[ Sum[1/(10^k - 1), {k, 1, Infinity}], 120]] [[1]]
  • PARI
    suminf(k=1,1/(10^k-1)) \\ Charles R Greathouse IV, Oct 05 2014

Formula

From Eric Desbiaux, Mar 11 2009: (Start)
Equals Sum_{k >= 1} 1/((2^k*5^k)-1).
Equals Sum_{k >= 1} (1/2^k)*(1/5^k)/(1-((1/2^k)*(1/5^k))).
Sum_{k >= 1} 1/(5^k) = 1/4.
Sum_{k >= 1} 1/(2^k) = 1.
Sum_{k >= 1} (1/5^k)/(1-((1/2^k)*(1/5^k))) = 0.2726344339156...
Sum_{k >= 1} (1/2^k)/(1-((1/2^k)*(1/5^k))) = 1.0582125127815...
Sum_{k >= 1} 1/(1-((1/2^k)*(1/5^k))) - 1 = A073668.
(End)
Fast computation via Lambert series: 0.122324243426... = Sum_{n>=1} x^(n^2)*(1+x^n)/(1-x^n) where x=1/10. - Joerg Arndt, Oct 18 2020

A214369 Decimal expansion of Sum_{n>=1} 1/(3^n-1).

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Jul 14 2012

Keywords

Examples

			Equals 0.6821535026052380667...
		

Crossrefs

Programs

  • Maple
    evalf(sum(1/(3^k-1), k=1..infinity), 120); # Vaclav Kotesovec, Oct 18 2014
    # second program with faster converging series
    evalf( add( (1/3)^(n^2)*(1 + 2/(3^n - 1)), n = 1..14 ), 105); # Peter Bala, Jan 30 2022
  • Mathematica
    RealDigits[ NSum[1/(3^n - 1), {n, 1, Infinity}, WorkingPrecision -> 110, NSumTerms -> 100], 10, 105] // First (* or *) 1 - (Log[2] + QPolyGamma[0, 1, 1/3])/Log[3] // RealDigits[#, 10, 105]& // First (* Jean-François Alcover, Jun 05 2013 *)
    x = 1/3; RealDigits[ Sum[ DivisorSigma[0, k] x^k, {k, 1000}], 10, 105][[1]] (* Robert G. Wilson v, Oct 12 2014 after an observation and the formula of Amarnath Murthy, see A073668 *)
  • PARI
    suminf(n=1, 1/(3^n-1)) \\ Michel Marcus, Mar 11 2017

Formula

Equals Sum_{n>=1} 1/A024023(n).
Equals Sum_{k>=1} d(k)/3^k, where d(k) is the number of divisors of k (A000005). - Amiram Eldar, May 17 2020

Extensions

More terms from Jean-François Alcover, Feb 12 2013

A248721 Decimal expansion of Sum_{k>=1} 1/(4^k - 1).

Original entry on oeis.org

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

Views

Author

Robert G. Wilson v, Oct 12 2014

Keywords

Examples

			0.4210976860334237772959908879677130489614413363241154046059207967127713704887...
		

Crossrefs

Programs

  • Maple
    evalf(sum(1/(4^k-1), k=1..infinity),120) # Vaclav Kotesovec, Oct 18 2014
    # second program with faster converging series after Joerg Arndt
    evalf( add( (1/4)^(n^2)*(1 + 2/(4^n - 1)), n = 1..13), 105); # Peter Bala, Jan 30 2022
  • Mathematica
    x = 1/4; RealDigits[ Sum[ DivisorSigma[0, k] x^k, {k, 1000}], 10, 105][[1]] (* after an observation and the formula of Amarnath Murthy, see A073668 *)
  • PARI
    suminf(k=1, 1/(4^k-1)) \\ Michel Marcus, Oct 18 2014

Formula

Equals Sum_{k>=1} x^(k^2)*(1+x^k)/(1-x^k) where x = 1/4 (the Lambert series evaluated at 1/4). - Joerg Arndt, Jun 03 2020
Equals Sum_{k>=1} d(k)/4^k, where d(k) is the number of divisors of k (A000005). - Amiram Eldar, Jun 22 2020

A248723 Decimal expansion of the Sum_{k>=1} 1/(6^k - 1).

Original entry on oeis.org

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

Views

Author

Robert G. Wilson v, Oct 12 2014

Keywords

Examples

			0.2341491301348092064851116728138729185463610347865138985224213867102381986628...
		

Crossrefs

Programs

  • Maple
    evalf(sum(1/(6^k-1), k=1..infinity),120); # Vaclav Kotesovec, Oct 18 2014
    # second program with faster converging series
    evalf( add( (1/6)^(n^2)*(1 + 2/(6^n - 1)), n = 1..11), 105); # Peter Bala, Jan 30 2022
  • Mathematica
    x = 1/6; RealDigits[ Sum[ DivisorSigma[0, k] x^k, {k, 1000}], 10, 105][[1]] (* after an observation and the formula of Amarnath Murthy, see A073668 *)
  • PARI
    suminf(k=1, 1/(6^k-1)) \\ Michel Marcus, Oct 18 2014

Formula

Equals Sum_{k>=1} d(k)/6^k, where d(k) is the number of divisors of k (A000005). - Amiram Eldar, Jun 22 2020

A248724 Decimal expansion of Sum_{k>=1} 1/(7^k - 1).

Original entry on oeis.org

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

Views

Author

Robert G. Wilson v, Oct 12 2014

Keywords

Examples

			0.1909100624102615782021996444176911687692684760082664083347711086409996755846...
		

Crossrefs

Programs

  • Maple
    evalf(sum(1/(7^k-1), k=1..infinity),120) # Vaclav Kotesovec, Oct 18 2014
    # second program with faster converging series
    evalf( add( (1/7)^(n^2)*(1 + 2/(7^n - 1)), n = 1..11), 105); # Peter Bala, Jan 30 2022
  • Mathematica
    x = 1/7; RealDigits[ Sum[ DivisorSigma[0, k] x^k, {k, 1000}], 10, 105][[1]] (* after an observation and the formula of Amarnath Murthy, see A073668 *)
  • PARI
    suminf(k=1, 1/(7^k-1)) \\ Michel Marcus, Oct 18 2014

Formula

Equals Sum_{k>=1} d(k)/7^k, where d(k) is the number of divisors of k (A000005). - Amiram Eldar, Jun 22 2020

A248725 Decimal expansion of Sum_{k>=1} 1/(8^k - 1).

Original entry on oeis.org

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

Views

Author

Robert G. Wilson v, Oct 12 2014

Keywords

Examples

			0.16096618431506239680530256414364288555074385602532834636083591864782394085800...
		

Crossrefs

Programs

  • Maple
    evalf(sum(1/(8^k-1), k=1..infinity),120) # Vaclav Kotesovec, Oct 18 2014
    # second program with faster converging series
    evalf( add( (1/8)^(n^2)*(1 + 2/(8^n - 1)), n = 1..10), 105); # Peter Bala, Jan 30 2022
  • Mathematica
    x = 1/8; RealDigits[ Sum[ DivisorSigma[0, k] x^k, {k, 1000}], 10, 105][[1]] (* after an observation and the formula of Amarnath Murthy, see A073668 *)
  • PARI
    suminf(k=1, 1/(8^k-1)) \\ Michel Marcus, Oct 18 2014

Formula

Equals Sum_{k>=1} d(k)/8^k, where d(k) is the number of divisors of k (A000005). - Amiram Eldar, Jun 22 2020

A248726 Decimal expansion of Sum_{k>=1} 1/(9^k - 1).

Original entry on oeis.org

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

Views

Author

Robert G. Wilson v, Oct 12 2014

Keywords

Examples

			0.13904511766218812935872847436908905213936264706781960955103549347967020145366...
		

Crossrefs

Programs

  • Maple
    evalf(sum(1/(9^k-1), k=1..infinity),120) # Vaclav Kotesovec, Oct 18 2014
    # second program with faster converging series
    evalf( add( (1/9)^(n^2)*(1 + 2/(9^n - 1)), n = 1..10), 105); # Peter Bala, Jan 30 2022
  • Mathematica
    x = 1/9; RealDigits[ Sum[ DivisorSigma[0, k] x^k, {k, 1000}], 10, 105][[1]] (* after an observation and the formula of Amarnath Murthy, see A073668 *)
  • PARI
    suminf(k=1, 1/(9^k-1)) \\ Michel Marcus, Oct 18 2014

Formula

Equals Sum_{k>=1} d(k)/9^k, where d(k) is the number of divisors of k (A000005). - Amiram Eldar, Jun 22 2020

A048330 Numbers that are repdigits in base 5.

Original entry on oeis.org

0, 1, 2, 3, 4, 6, 12, 18, 24, 31, 62, 93, 124, 156, 312, 468, 624, 781, 1562, 2343, 3124, 3906, 7812, 11718, 15624, 19531, 39062, 58593, 78124, 97656, 195312, 292968, 390624, 488281, 976562, 1464843, 1953124, 2441406, 4882812, 7324218, 9765624
Offset: 0

Views

Author

Patrick De Geest, Feb 15 1999

Keywords

Examples

			12_10 = 22_5, 18_10 = 33_5, 7812_10 = 222222_5.
		

Crossrefs

Programs

  • Magma
    [0] cat [k:k in [1..10^7]| #Set(Intseq(k,5)) eq 1]; // Marius A. Burtea, Oct 11 2019
  • Mathematica
    Union[Flatten[Table[FromDigits[PadRight[{}, n, d], 5], {n, 0, 40}, {d, 4}]]] (* Vincenzo Librandi, Feb 06 2014 *)

Formula

Conjecture: G.f.: x*(1+2*x+3*x^2+4*x^3) / ( (x-1)*(1+x)*(x^2+1)*(5*x^4-1) ) with a(n) = 6*a(n-4) - 5*a(n-8). - R. J. Mathar, Mar 15 2015
Sum_{n>=1} 1/a(n) = (25/3) * A248722 = 2.51444877998310381623... - Amiram Eldar, Jan 21 2022

Extensions

Offset changed from 1 to 0 by Vincenzo Librandi, Feb 06 2014
Showing 1-9 of 9 results.