login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A029714 a(n) = Sum S(k), k divides 3^n, where S is the Kempner-Smarandache function A002034. 1
1, 4, 10, 19, 28, 40, 55, 73, 91, 112, 136, 163, 190, 217, 247, 280, 316, 352, 391, 433, 478, 523, 571, 622, 676, 730, 784, 841, 901, 964, 1027, 1093, 1162, 1234, 1306, 1381, 1459, 1540, 1621, 1702, 1783, 1867, 1954, 2044, 2134, 2227, 2323, 2422, 2521, 2623 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n) = Sum_{k=0..n-1} A002034(3^k). [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 14 2008]

MAPLE

s:= proc(n) local m; m:= 1; while not type(m!/n, integer) do m:= m+1 od; m end: a:= n-> add (s(3^k), k=0..n-1): seq(a (n), n=1..70); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 14 2008]

CROSSREFS

Cf. A029715, A002034.

Sequence in context: A073262 A145731 A162958 * A062198 A050858 A173248

Adjacent sequences:  A029711 A029712 A029713 * A029715 A029716 A029717

KEYWORD

nonn

AUTHOR

Norbert Hungerbuhler (buhler(AT)math.ethz.ch)

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 14 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 09:17 EST 2012. Contains 206009 sequences.