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!)
A173422 Partials sums of A003094 (unlabeled connected planar simple graphs with n nodes). 1
1, 2, 3, 5, 11, 31, 130, 776, 6750, 78635, 1131440, 18580739, 331953037 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Partials sums of number of unlabeled connected planar simple graphs with n nodes. The subsequence of primes in these partial sums begins: 2, 3, 5, 11, 31.
LINKS
FORMULA
a(n) = Sum_{i=0..n} A003094(i).
EXAMPLE
a(11) = 1 + 1 + 1 + 2 + 6 + 20 + 99 + 646 + 5974 + 71885 + 1052805 + 17449299.
PROG
(PARI) S=0; A173422=apply(t->S+=t, A003094) \\ with A003094 defined as vector of the initial terms of that sequence. - M. F. Hasler, Mar 20 2018
CROSSREFS
Cf. A003094, inverse Euler transform of A005470, A126201.
Sequence in context: A112279 A130166 A007097 * A132745 A124538 A124627
KEYWORD
hard,nonn
AUTHOR
Jonathan Vos Post, Feb 18 2010
EXTENSIONS
Edited and a(12) added by M. F. Hasler, Mar 20 2018
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)