The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A133887 Binomial(n+7,n) mod 7^2. 3
1, 8, 36, 22, 36, 8, 1, 2, 16, 23, 44, 23, 16, 2, 3, 24, 10, 17, 10, 24, 3, 4, 32, 46, 39, 46, 32, 4, 5, 40, 33, 12, 33, 40, 5, 6, 48, 20, 34, 20, 48, 6, 7, 7, 7, 7, 7, 7, 7, 8, 15, 43, 29, 43, 15, 8, 9, 23, 30, 2, 30, 23, 9, 10, 31, 17, 24, 17, 31, 10, 11, 39, 4, 46, 4, 39, 11, 12, 47 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Periodic with length 7^3=343.
LINKS
FORMULA
a(n)=binomial(n+7,7) mod 7^2.
G.f. g(x)=sum{0<=k<343, a(k)*x^k}/(1-x^343).
MATHEMATICA
Table[Mod[Binomial[n+7, n], 49], {n, 0, 80}] (* Harvey P. Dale, Apr 08 2018 *)
CROSSREFS
For the sequence regarding binomial(n+7, n) mod 7 see A133877.
Sequence in context: A200312 A339325 A089698 * A200713 A184294 A057345
KEYWORD
nonn
AUTHOR
Hieronymus Fischer, Oct 10 2007
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 May 14 10:41 EDT 2024. Contains 372532 sequences. (Running on oeis4.)