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!)
A185016 Characteristic function of 6. 15

%I #28 Jan 09 2023 12:58:17

%S 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,

%T 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,

%U 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0

%N Characteristic function of 6.

%C Number of connected 2-regular (simple) graphs with girth exactly 6.

%C The Euler transformation of this sequence is A079979.

%F a(n) = A185116(n) - A185117(n).

%o (Python)

%o def A185016(n): return int(n==6) # _Chai Wah Wu_, Feb 04 2022

%Y Characteristic function of g: A000007 (g=0), A063524 (g=1), A185012 (g=2), A185013 (g=3), A185014 (g=4), A185015 (g=5), this sequence (g=6), A185017 (g=7).

%K nonn,easy

%O 0,1

%A _Jason Kimberley_, Sep 30 2011

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 19 05:02 EDT 2024. Contains 371782 sequences. (Running on oeis4.)