|
| |
|
|
A163824
|
|
Sum of first n terms equals n-th number of set (1, primes).
|
|
0
| |
|
|
1, 1, 1, 2, 2, 4, 2, 4, 2, 4, 6, 2, 6, 4, 2, 4, 6, 6, 2, 6, 4, 2, 6, 4, 6, 8, 4, 2, 4, 2, 4, 14, 4, 6, 2, 10, 2, 6, 6, 4, 6, 6, 2, 10, 2, 4, 2, 12, 12, 4
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,4
|
|
|
COMMENTS
| a(n) = inverse of partial sums of set (1, primes). Inverse of partial sums (IPS) of sequence b(n) is sequence c(n): c(1) = b(1); c(n) = b(n) - b(n-1) for n >= 2, i.e. first differences of sequence b(n) for n >= 2. a(n) = IPS(A158611(n+1)) for n >= 1 = IPS(A008578(n)) for n >= 1 = IPS(IPS(A014284(n))) for n >= 1 = IPS(IPS(IPS(A023538(n))) for n >= 1. a(1) = 1, a(n) = A075526(n-2) for n >= 2. a(1) = 1, a(2) = 1, a(n) = A001223(n-2) for n >= 3. Partial sums of sequence a(n) are sequences A158611(n+1) and A008578(n) for n >= 1.
|
|
|
CROSSREFS
| Sequence in context: A106469 A082508 A193562 * A075526 A001223 A171991
Adjacent sequences: A163821 A163822 A163823 * A163825 A163826 A163827
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Aug 04 2009, Aug 06 2009
|
|
|
EXTENSIONS
| Correction for change of offset in A158611 and A008578 in Aug 2009 Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Jan 27 2010
|
| |
|
|