OFFSET
1,1
COMMENTS
Cf. A099538 for a version of this sequence resulting from including all digits of sqrt(2) and not just the digits after the decimal point.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
FORMULA
a(n) = A099538(n+1) - 1.
EXAMPLE
Decimal places of sqrt(2) are 41421356237... so sums are 4, 4+1, 4+1+4, 4+1+4+2,... which gives 4, 5, 9, 11, ...
MATHEMATICA
Accumulate[Rest[RealDigits[N[Sqrt[2], 70]][[1]]]] (* Harvey P. Dale, Dec 12 2010 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Mark Hudson (mrmarkhudson(AT)hotmail.com), Oct 22 2004
STATUS
approved