|
Search: id:A034472
|
|
| |
|
| 2, 4, 10, 28, 82, 244, 730, 2188, 6562, 19684, 59050, 177148, 531442, 1594324, 4782970, 14348908, 43046722, 129140164, 387420490, 1162261468, 3486784402, 10460353204, 31381059610, 94143178828, 282429536482, 847288609444
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
Companion numbers to A003462.
Numbers n for which the expression 3^n/(n-1) is an integer. - Paolo P. Lava (ppl(AT)spl.at), May 29 2006
|
|
REFERENCES
|
P. Ribenboim, The Little Book of Big Primes, Springer-Verlag, NY, 1991, pp. 35-36, 53.
Encyclopedia of Combinatorial Structures, Entry 454.
|
|
LINKS
|
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 454
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
Zerinvary Lajos, Sage Notebooks
|
|
FORMULA
|
a(n) = 3a(n-1) - 2 = 4a(n-1) - 3a(n-2). (Lucas sequence, with A003462, associated to the pair (4, 3).)
|
|
EXAMPLE
|
a(3)=28 because 4*a(2)-3*a(1)=4*10-3*4=28 (28 is also 3^3 + 1).
|
|
MAPLE
|
ZL:= [S, {S=Union(Sequence(Z), Sequence(Union(Z, Z, Z)))}, unlabeled]: seq(combstruct[count](ZL, size=n), n=0..25); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 19 2008
|
|
MATHEMATICA
|
Table[3^n + 1, {n, 0, 24}]
|
|
PROGRAM
|
(PARI) a(n)=3^n+1
sage: [lucas_number2(n, 4, 3) for n in xrange(0, 27)] - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 08 2008
|
|
CROSSREFS
|
Cf. A003462, A000204, A000051, A052539, A034474, A062394, A034491, A062395, A062396, A007689, A063376, A063481, A074600 - A074624.
Cf. A007051.
Sequence in context: A128933 A106362 A099216 this_sequence A094388 A068875 A135336
Adjacent sequences: A034469 A034470 A034471 this_sequence A034473 A034474 A034475
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
njas
|
|
EXTENSIONS
|
Additional comments from Rick L. Shepherd (rshepherd2(AT)hotmail.com), Feb 13 2002
|
|
|
Search completed in 0.003 seconds
|