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!)
A336901 Number of digits in the base 10 representation of floor(Bernoulli(2^n)). 0
1, 0, 1, 1, 1, 11, 39, 114, 303, 759, 1823, 4260, 9751, 21965, 48860, 107580, 234885, 509223, 1097356, 2352534, 5020718, 10672737, 22608081, 47741381, 100533203, 211167291, 442536359, 925476274, 1931759668, 4025133578, 8373495648, 17393448283, 36079810546 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
MATHEMATICA
BernDigits[n_] := IntegerLength[Floor[BernoulliB[n]]];
Table[BernDigits[2^n], {n, 0, 14}]
CROSSREFS
Sequence in context: A347477 A163634 A343124 * A173373 A127867 A138050
KEYWORD
nonn,base
AUTHOR
Peter Luschny, Sep 03 2020
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)