|
Search: id:A048298
|
|
|
| A048298 |
|
a(n) = n if n=2^i, i=0,1,2,3,...; else = 0. |
|
+0 14
|
|
| 0, 1, 2, 0, 4, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
Expand x/(x-1) = Sum_{n >= 0} 1/x^n as Sum a(n) / (1+x^n).
Nim-binomial transform of the natural numbers. If {t(n)} is the Nim-binomial transform of {a(n)}, then t(n)=(S^n)a(0), where Sf(n) denotes the Nim-sum of f(n) and f(n+1); and S^n=S(S^(n-1)). - John W. Layman (layman(AT)math.vt.edu), Mar 06 2001
|
|
REFERENCES
|
J.-P. Allouche and J. Shallit, The ring of k-regular sequences, II, Theoret. Computer Sci., 307 (2003), 3-29.
|
|
LINKS
|
J.-P. Allouche and J. Shallit, The Ring of k-regular Sequences, II
Daniele A. Gewurz and Francesca Merola, Sequences realized as Parker vectors ..., J. Integer Seqs., Vol. 6, 2003.
|
|
FORMULA
|
Multiplicative with a(2^e)=2^e and a(p^e)=0 for p > 2. - Vladeta Jovovic (vladeta(AT)eunet.rs), Jan 27 2002
Inverse mod 2 binomial transform of n. a(n)=sum{k=0..n, (-1)^A010060(n-k)*mod(C(n, k), 2)*k} - Paul Barry (pbarry(AT)wit.ie), Jan 03 2005
Dirichlet g.f.: 2^s/(2^s-2). - Ralf Stephan, Jun 17 2007
For n>=1, we have a recursion Sum{d|n}(-1)^(1+(n/d))a(d)=1. [From Vladimir Shevelev (shevelev(AT)bgu.ac.il), Jun 09 2009]
|
|
EXAMPLE
|
If n=1 we have a(n)=1; if n=p is prime, then (-1)^(p+1)+a(p)=1, thus a(2)=2, and a(p)=0,if p>2. [From Vladimir Shevelev (shevelev(AT)bgu.ac.il), Jun 09 2009]
|
|
CROSSREFS
|
A kind of inverse to A048272. Cf. A060147.
This is Guy Steele's sequence GS(5, 1) (see A135416).
Sequence in context: A104774 A087263 A099894 this_sequence A123565 A081120 A102392
Adjacent sequences: A048295 A048296 A048297 this_sequence A048299 A048300 A048301
|
|
KEYWORD
|
easy,nonn,mult
|
|
AUTHOR
|
Adam Kertesz (adamkertesz(AT)worldnet.att.net)
|
|
EXTENSIONS
|
More terms from Keiko L. Noble (s1180624(AT)cedarville.edu).
|
|
|
Search completed in 0.002 seconds
|