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!)
A357996 a(n) is the number of times in the format hh:mm that can be represented in a 7-segment display by using only n segments (version A006942). 4
1, 2, 4, 14, 25, 37, 70, 105, 123, 153, 186, 182, 156, 139, 119, 79, 35, 9, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
8,2
COMMENTS
Since 8 <= A357970(n) <= 26 the sequence is finite and begins with offset 8.
LINKS
MATHEMATICA
a055643[n_]:=FromDigits@ Apply[Join, PadLeft[#, 2] & /@ IntegerDigits@ IntegerDigits[n, 60]]; a006942[n_] := Plus @@ (IntegerDigits@ n /. {0 -> 6, 1 -> 2, 2 -> 5, 3 -> 5, 7 -> 3, 8 -> 7, 9 -> 6}); a[n_]:=a006942[a055643[n]]+6(4-Ceiling[Log10[a055643[n]+1]]); Table[Count[Join[{24}, Array[a, 1439]], n], {n, 8, 26}]
CROSSREFS
Histogram of A357970.
Sequence in context: A096012 A261562 A102930 * A135113 A050564 A047830
KEYWORD
nonn,base,easy,fini,full
AUTHOR
Stefano Spezia, Oct 23 2022
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 August 9 10:09 EDT 2024. Contains 375040 sequences. (Running on oeis4.)