Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A008589
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A008589 Multiples of 7. +0
14
0, 7, 14, 21, 28, 35, 42, 49, 56, 63, 70, 77, 84, 91, 98, 105, 112, 119, 126, 133, 140, 147, 154, 161, 168, 175, 182, 189, 196, 203, 210, 217, 224, 231, 238, 245, 252, 259, 266, 273, 280, 287, 294, 301 (list; graph; listen)
OFFSET

0,2

COMMENT

Also the Engel expansion of exp^(1/7); cf. A006784 for the Engel expansion definition - Benoit Cloitre (benoit7848c(AT)orange.fr), Mar 03 2002

Number of n permutations (n>=1) of 8 objects r, s, t, u, v, z, x, y, with repetition allowed, containing n-1 u's. Example: if n=1 then n-1=zero (0) u, a(1)=7 because we have r, s, t, v, z, x, y. if n=2 then n-1= one (1) u, a(2)=14 because we have ru, su, tu, vu, zu, xu, yu, ur, us, ut, uv, uz, ux, uy. if n=3 then n-1 =two (2) u, a(3)=21 because we have ruu, uru, uur, suu, usu, uus, tuu, utu, uut, vuu, uvu, uuv, zuu, uzu, uuz, xuu, uxu, uux, yuu, uyu, uuy, etc. [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 17 2009]

LINKS

Tanya Khovanova, Recursive Sequences

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 319

FORMULA

(floor(a(n)/10) - 2*(a(n) mod 10)) == 0 modulo 7, see A076309. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 06 2002

MAPLE

with(finance):seq(add(cashflows([1, 1, 5], 0 ), k=1..n), n=0..42); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 21 2008

MATHEMATICA

Table[Binomial[n, 1]*7^1, {n, 0, 43}] [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 17 2009]

PROGRAM

(Other) sage: [i for i in range(305) if gcd(7, i) == 7] [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 21 2009]

CROSSREFS

Sequence in context: A044892 A004959 A020646 this_sequence A085130 A080194 A043393

Adjacent sequences: A008586 A008587 A008588 this_sequence A008590 A008591 A008592

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 22 15:28 EST 2009. Contains 167310 sequences.


AT&T Labs Research