|
| |
|
|
A064806
|
|
n + digital root of n.
|
|
5
| |
|
|
2, 4, 6, 8, 10, 12, 14, 16, 18, 11, 13, 15, 17, 19, 21, 23, 25, 27, 20, 22, 24, 26, 28, 30, 32, 34, 36, 29, 31, 33, 35, 37, 39, 41, 43, 45, 38, 40, 42, 44, 46, 48, 50, 52, 54, 47, 49, 51, 53, 55, 57, 59, 61, 63, 56, 58, 60, 62, 64, 66, 68, 70, 72, 65, 67, 69, 71
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,1000
|
|
|
FORMULA
| a(n) = n + A010888(n).
|
|
|
MAPLE
| A064806 := proc(n) return n+1 + ((n-1) mod 9): end: seq(A064806(n), n=1..100); # Nathaniel Johnston, May 04 2011
|
|
|
PROG
| (PARI) { for (n=1, 1000, write("b064806.txt", n, " ", n + (n - 1)%9 + 1) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 26 2009]
|
|
|
CROSSREFS
| Cf. A010888, A062028.
Sequence in context: A098727 A095815 A063114 * A062028 A070196 A056964
Adjacent sequences: A064803 A064804 A064805 * A064807 A064808 A064809
|
|
|
KEYWORD
| nonn,easy,base
|
|
|
AUTHOR
| Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 21 2001
|
| |
|
|