cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A109808 a(n) = 2*7^(n-1).

Original entry on oeis.org

2, 14, 98, 686, 4802, 33614, 235298, 1647086, 11529602, 80707214, 564950498, 3954653486, 27682574402, 193778020814, 1356446145698, 9495123019886, 66465861139202, 465261027974414, 3256827195820898, 22797790370746286, 159584532595224002, 1117091728166568014
Offset: 1

Views

Author

Woong Kook (andrewk(AT)math.uri.edu), Aug 16 2005

Keywords

Comments

Value of Tutte dichromatic polynomial T_G(0,1) where G is the Cartesian product of the paths P_2 and P_n (n>1).
The value of Tutte dichromatic polynomial T_G(0,1) where G is the Cartesian product of the paths P_1 and P_n (n>1) is seen to be 2^(n-1), which is also the number of edge-rooted forests in P_n.
In 1956, Andrzej Schinzel showed that for every n >= 2, a(n) is not a value of Euler's function. - Arkadiusz Wesolowski, Oct 20 2013
Apart from first term 2, these are the numbers that satisfy phi(n) = 3*n/7. - Michel Marcus, Jul 14 2015

Crossrefs

Cf. A000420 (powers of 7), A005277 (nontotients), A132023.

Programs

Formula

a(n) = 2*7^(n-1); a(n) = 7*a(n-1) where a(1) = 2.
G.f.: 2*x/(1 - 7*x). - Philippe Deléham, Nov 23 2008
E.g.f.: 2*(exp(7*x) - 1)/7. - Stefano Spezia, May 29 2021
From Amiram Eldar, May 08 2023: (Start)
Sum_{n>=1} 1/a(n) = 7/12.
Sum_{n>=1} (-1)^(n+1)/a(n) = 7/16.
Product_{n>=1} (1 - 1/a(n)) = A132023. (End)

Extensions

Name changed by Arkadiusz Wesolowski, Oct 20 2013