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.

A294671 Decimal expansion of the sum of sqrt(2) and sqrt(5) with no positional regrouping.

Original entry on oeis.org

3, 6, 4, 10, 2, 7, 10, 14, 13, 9, 7, 16, 12, 7, 17, 14, 6, 13, 14, 12, 0, 10, 7, 15, 11, 13, 8, 12, 9, 3, 10, 8, 16, 14, 2, 10, 13, 9, 10, 9, 12, 8, 9, 11, 12, 14, 9, 8, 7, 14, 6, 13, 7, 9, 7, 3, 14, 6, 14, 16, 16, 9, 7, 12, 13, 10, 0, 12, 5, 2, 13
Offset: 1

Views

Author

Lyle Blosser, Nov 06 2017

Keywords

Comments

a(n) is the sum of A002193(n) and A002163(n) without "carrying" (regrouping) when sum is greater than 9.

Examples

			for n = 8: A002193(8) = 5, A002163(8) = 9 -> a(8) = 14.
		

Crossrefs

Programs

  • Mathematica
    Total[RealDigits[#, 10, 120][[1]] & /@ {Sqrt@ 2, Sqrt@ 5}] (* Michael De Vlieger, Nov 13 2017 *)

Formula

a(n) = A002193(n) + A002163(n).
Showing 1-1 of 1 results.