login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A274309 Related to integral generalized binomial coefficients of multiplicative functions (see Comments for precise definition). 1
2, 1, 3, 3, 1, 1, 3, 5, 3, 1, 1, 3, 3, 1, 2, 3, 2, 1, 3, 3, 1, 1, 3, 5, 3, 1, 1, 3, 3, 1, 2, 3, 2, 1, 3, 3, 1, 1, 3, 5, 3, 1, 1, 3, 3, 1, 2, 3, 2, 1, 3, 3, 1, 1, 3, 5, 3, 1, 1, 3, 3, 1, 2, 3, 2, 1, 3, 3, 1, 1, 3, 5, 3, 1, 1, 3, 3, 1, 2, 3, 2, 1, 3, 3, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Let C(n,m)_f = ( Product_{i=1..n} f(i) ) / (( Product_{i=1..n-m} f(i) ) * ( Product_{i=1..m} f(i) )). [I would have expected the lower limits in these products to be 0 rather than 1. - N. J. A. Sloane, Jun 21 2016]
Set m=3, and for any multiplicative function f, construct a binary sequence S by writing 1 if C(n,3)_f is an integer, 0 if not.
The present sequence gives the lengths of the successive runs in B.
For example the initial terms 2,1,3,3,... mean that B begins 1,1,0,1,1,1,0,0,0,...
Periodic with period length 16.
LINKS
Imanuel Chen and Michael Z. Spivey, Integral Generalized Binomial Coefficients of Multiplicative Functions, Preprint 2015; Summer Research Paper 238, Univ. Puget Sound.
Index entries for linear recurrences with constant coefficients, signature (1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1).
FORMULA
G.f.: x*(2 - x + 4*x^2 - x^3 + 2*x^4 - x^5 + 4*x^6 + x^7 + 2*x^8 - x^9 + 2*x^10 + x^11 + 2*x^12 - x^13 + 3*x^14) / ((1 - x)*(1 + x^2)*(1 + x^4)*(1 + x^8)). - Colin Barker, Jun 22 2016
PROG
(PARI) Vec(x*(2 -x +4*x^2 -x^3 +2*x^4 -x^5 +4*x^6 +x^7 +2*x^8 -x^9 +2*x^10 +x^11 +2*x^12 -x^13 +3*x^14) / ((1 -x)*(1 +x^2)*(1 +x^4)*(1 +x^8)) + O(x^100)) \\ Colin Barker, Jun 22 2016
CROSSREFS
Sequence in context: A212634 A162883 A081446 * A158440 A119803 A195916
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jun 21 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)