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!)
A103833 Bisection of A102044. 1
0, 3, 2, 5, 2, 8, 1, 7, 1, 8, 3, 11, 3, 9, 7, 12, 2, 13, 5, 12, 5, 12, 1, 14, 4, 10, 2, 13, 4, 21, 6, 16, 4, 11, 2, 19, 4, 7, 2, 16, 7, 23, 4, 16, 4, 11, 4, 23, 3, 18, 3, 14, 3, 21, 5, 18, 2, 14, 7, 27, 3, 9, 6, 19, 4, 24, 4, 15 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The sequence continues: ??137??, 24, 8, 24, ??145??, 15, ??149??, 13, 8, 24, 3, 25, 6, 11, 3, 31...
LINKS
FORMULA
a(n) = number of prime factors (with repetition) of integer part of (10^(2n) * 34 / 3333).
EXAMPLE
a(6)=8 because the factorization of 10201020102 = 2 * 3 * 3 * 7 * 13 * 17 * 37 * 9901.
MATHEMATICA
a[n_] := Plus @@ Transpose[ FactorInteger[ IntegerPart[10^(2n)*34 / 3333]]][[2]];
Table[ a[n], {n, 2, 30} ]
CROSSREFS
Cf. A102044.
Sequence in context: A350509 A133945 A124219 * A226172 A281006 A046227
KEYWORD
nonn,less
AUTHOR
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)